diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 | |||
859 | time_t | 857 | time_t |
860 | monotime(void) | 858 | monotime(void) |
861 | { | 859 | { |