summaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-01-08 14:01:18 +0000
committerRon Yorston <rmy@pobox.com>2020-01-08 14:01:18 +0000
commitcf0fa4d1392b7dc7eb8d37206c111f76af67e0e9 (patch)
treeb3b8b2d8b9b501b2a8847bae76e97a5f30a4f464 /include/mingw.h
parenta9271a8e97e6e7be5285330d5f19352decabf807 (diff)
downloadbusybox-w32-FRP-3329-gcf0fa4d13.tar.gz
busybox-w32-FRP-3329-gcf0fa4d13.tar.bz2
busybox-w32-FRP-3329-gcf0fa4d13.zip
- Update configuration files - Omit unnecessary libraries - Replace fake stime(2) with fake clock_settime(2)
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
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);
354struct tm *localtime_r(const time_t *timep, struct tm *result); 354struct tm *localtime_r(const time_t *timep, struct tm *result);
355char *strptime(const char *s, const char *format, struct tm *tm); 355char *strptime(const char *s, const char *format, struct tm *tm);
356size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm *tm); 356size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm *tm);
357int stime(time_t *t); 357int clock_settime(clockid_t clk_id, const struct timespec *tp);
358 358
359#define strftime mingw_strftime 359#define strftime mingw_strftime
360 360