aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
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);
302struct tm *localtime_r(const time_t *timep, struct tm *result); 302struct tm *localtime_r(const time_t *timep, struct tm *result);
303char *strptime(const char *s, const char *format, struct tm *tm); 303char *strptime(const char *s, const char *format, struct tm *tm);
304size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm); 304size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm);
305int stime(time_t *t);
305 306
306#define strftime mingw_strftime 307#define strftime mingw_strftime
307 308