diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 11edc449e..9f2e192b5 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
| @@ -302,6 +302,7 @@ struct tm *gmtime_r(const time_t *timep, struct tm *result); | |||
| 302 | struct tm *localtime_r(const time_t *timep, struct tm *result); | 302 | struct tm *localtime_r(const time_t *timep, struct tm *result); |
| 303 | char *strptime(const char *s, const char *format, struct tm *tm); | 303 | char *strptime(const char *s, const char *format, struct tm *tm); |
| 304 | size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm); | 304 | size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm); |
| 305 | int stime(time_t *t); | ||
| 305 | 306 | ||
| 306 | #define strftime mingw_strftime | 307 | #define strftime mingw_strftime |
| 307 | 308 | ||
