From cf0fa4d1392b7dc7eb8d37206c111f76af67e0e9 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 8 Jan 2020 14:01:18 +0000 Subject: Build fixes - Update configuration files - Omit unnecessary libraries - Replace fake stime(2) with fake clock_settime(2) --- include/mingw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mingw.h') 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); struct tm *localtime_r(const time_t *timep, struct tm *result); char *strptime(const char *s, const char *format, struct tm *tm); size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm *tm); -int stime(time_t *t); +int clock_settime(clockid_t clk_id, const struct timespec *tp); #define strftime mingw_strftime -- cgit v1.2.3-55-g6feb