diff options
author | Ron Yorston <rmy@pobox.com> | 2014-01-20 22:07:54 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-01-20 22:07:54 +0000 |
commit | 61a0fc571381226c48728b262495c1c5eafc4fed (patch) | |
tree | 42989d08f6926b73d6ed03ef92f8f1ee4b5062f9 /win32/mingw.c | |
parent | 19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0 (diff) | |
download | busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.tar.gz busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.tar.bz2 busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.zip |
win32: use strptime from gnulib
Diffstat (limited to 'win32/mingw.c')
-rw-r--r-- | win32/mingw.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/mingw.c b/win32/mingw.c index b5b3576eb..810cce604 100644 --- a/win32/mingw.c +++ b/win32/mingw.c | |||
@@ -799,11 +799,6 @@ int mingw_unlink(const char *pathname) | |||
799 | return unlink(pathname); | 799 | return unlink(pathname); |
800 | } | 800 | } |
801 | 801 | ||
802 | char *strptime(const char *s UNUSED_PARAM, const char *format UNUSED_PARAM, struct tm *tm UNUSED_PARAM) | ||
803 | { | ||
804 | return NULL; | ||
805 | } | ||
806 | |||
807 | #undef strftime | 802 | #undef strftime |
808 | size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm) | 803 | size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm) |
809 | { | 804 | { |