diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 15ead7799..568b1d846 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -354,7 +354,7 @@ struct tm *gmtime_r(const time_t *timep, struct tm *result); | |||
354 | struct tm *localtime_r(const time_t *timep, struct tm *result); | 354 | struct tm *localtime_r(const time_t *timep, struct tm *result); |
355 | char *strptime(const char *s, const char *format, struct tm *tm); | 355 | char *strptime(const char *s, const char *format, struct tm *tm); |
356 | size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm *tm); | 356 | size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm *tm); |
357 | int stime(time_t *t); | 357 | int clock_settime(clockid_t clk_id, const struct timespec *tp); |
358 | 358 | ||
359 | #define strftime mingw_strftime | 359 | #define strftime mingw_strftime |
360 | 360 | ||