diff options
Diffstat (limited to 'include/compat/time.h')
-rw-r--r-- | include/compat/time.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/compat/time.h b/include/compat/time.h index 3a87548..9ed9c03 100644 --- a/include/compat/time.h +++ b/include/compat/time.h | |||
@@ -15,9 +15,5 @@ | |||
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | #ifndef HAVE_TIMEGM | 17 | #ifndef HAVE_TIMEGM |
18 | #ifdef HAVE__MKGMTIME | ||
19 | #define timegm(tm) _mkgmtime(tm) | ||
20 | #else | ||
21 | time_t timegm(struct tm *tm); | 18 | time_t timegm(struct tm *tm); |
22 | #endif | 19 | #endif |
23 | #endif | ||