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) --- win32/mingw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/mingw.c b/win32/mingw.c index 7e4d6a318..38fbf2d4b 100644 --- a/win32/mingw.c +++ b/win32/mingw.c @@ -1392,7 +1392,7 @@ size_t mingw_strftime(char *buf, size_t max, const char *format, const struct tm return ret; } -int stime(time_t *t UNUSED_PARAM) +int clock_settime(clockid_t clk_id UNUSED_PARAM, const struct timespec *tp UNUSED_PARAM) { errno = EPERM; return -1; -- cgit v1.2.3-55-g6feb