diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/compat/time.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/compat/time.h b/include/compat/time.h index 117a441..fb0ab29 100644 --- a/include/compat/time.h +++ b/include/compat/time.h | |||
@@ -30,11 +30,8 @@ time_t timegm(struct tm *tm); | |||
30 | #define CLOCK_REALTIME 0 | 30 | #define CLOCK_REALTIME 0 |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | #ifndef _WIN32 | ||
34 | #ifndef HAVE_CLOCK_GETTIME | 33 | #ifndef HAVE_CLOCK_GETTIME |
35 | int | 34 | int clock_gettime(int clock_id, struct timespec *tp); |
36 | clock_gettime(clockid_t clock_id, struct timespec *tp); | ||
37 | #endif | ||
38 | #endif | 35 | #endif |
39 | 36 | ||
40 | #ifndef timespecsub | 37 | #ifndef timespecsub |