diff options
author | Ron Yorston <rmy@pobox.com> | 2020-01-08 14:01:18 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-01-08 14:01:18 +0000 |
commit | cf0fa4d1392b7dc7eb8d37206c111f76af67e0e9 (patch) | |
tree | b3b8b2d8b9b501b2a8847bae76e97a5f30a4f464 /include/mingw.h | |
parent | a9271a8e97e6e7be5285330d5f19352decabf807 (diff) | |
download | busybox-w32-FRP-3329-gcf0fa4d13.tar.gz busybox-w32-FRP-3329-gcf0fa4d13.tar.bz2 busybox-w32-FRP-3329-gcf0fa4d13.zip |
Build fixesFRP-3329-gcf0fa4d13
- 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.h | 2 |
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); | |||
354 | struct tm *localtime_r(const time_t *timep, struct tm *result); | 354 | struct tm *localtime_r(const time_t *timep, struct tm *result); |
355 | char *strptime(const char *s, const char *format, struct tm *tm); | 355 | char *strptime(const char *s, const char *format, struct tm *tm); |
356 | size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm *tm); | 356 | size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm *tm); |
357 | int stime(time_t *t); | 357 | int clock_settime(clockid_t clk_id, const struct timespec *tp); |
358 | 358 | ||
359 | #define strftime mingw_strftime | 359 | #define strftime mingw_strftime |
360 | 360 | ||