disable some tests with 32-bit time_t systems
Also disable use of _mkgmtime, it does not produce correct results.
This commit is contained in:
@@ -15,9 +15,5 @@
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_TIMEGM
|
||||
#ifdef HAVE__MKGMTIME
|
||||
#define timegm(tm) _mkgmtime(tm)
|
||||
#else
|
||||
time_t timegm(struct tm *tm);
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user