summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-08-08 12:50:06 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-08-08 12:50:06 +1000
commit9542de4547beebf707f3640082d471f1a85534c9 (patch)
tree2b47906ef343186e65dde672f0e881884729d577 /misc.c
parent94396b7f06f512a0acb230640d7f703fb802a9ee (diff)
- (dtucker) [misc.c] Remove define added for fallback testing that was
mistakenly included in the previous commit.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 85c404218..c3c809943 100644
--- a/misc.c
+++ b/misc.c
@@ -854,8 +854,6 @@ ms_to_timeval(struct timeval *tv, int ms)
854 tv->tv_usec = (ms % 1000) * 1000; 854 tv->tv_usec = (ms % 1000) * 1000;
855} 855}
856 856
857#define clock_gettime(a,b) -1
858
859time_t 857time_t
860monotime(void) 858monotime(void)
861{ 859{