diff options
author | Ron Yorston <rmy@pobox.com> | 2014-01-19 22:10:30 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-01-19 22:10:30 +0000 |
commit | 19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0 (patch) | |
tree | 5a5c20faa5a0385ef2f0d1e1595f77cd4eae8988 /include | |
parent | 9b6a1210733c8d069cd595d37809062ede2eca68 (diff) | |
download | busybox-w32-19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0.tar.gz busybox-w32-19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0.tar.bz2 busybox-w32-19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0.zip |
date: add dummy stime
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 | ||