diff options
-rw-r--r-- | win32/win32.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4761,7 +4761,6 @@ gettimeofday(struct timeval *tv, struct timezone *tz) return 0; } -#ifndef HAVE_CLOCK_GETTIME /* License: Ruby's */ int clock_gettime(clockid_t clock_id, struct timespec *sp) @@ -4801,9 +4800,7 @@ clock_gettime(clockid_t clock_id, struct timespec *sp) return -1; } } -#endif -#ifndef HAVE_CLOCK_GETRES /* License: Ruby's */ int clock_getres(clockid_t clock_id, struct timespec *sp) @@ -4831,7 +4828,6 @@ clock_getres(clockid_t clock_id, struct timespec *sp) return -1; } } -#endif /* License: Ruby's */ static char * |