diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/mingw.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
1392 | return ret; | 1392 | return ret; |
1393 | } | 1393 | } |
1394 | 1394 | ||
1395 | int stime(time_t *t UNUSED_PARAM) | 1395 | int clock_settime(clockid_t clk_id UNUSED_PARAM, const struct timespec *tp UNUSED_PARAM) |
1396 | { | 1396 | { |
1397 | errno = EPERM; | 1397 | errno = EPERM; |
1398 | return -1; | 1398 | return -1; |