diff options
Diffstat (limited to 'include')
-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 c2953c390..5294d9d6c 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -306,7 +306,7 @@ NOIMPL(vfork,void); | |||
306 | * utime.h | 306 | * utime.h |
307 | */ | 307 | */ |
308 | int mingw_utime(const char *file_name, const struct utimbuf *times); | 308 | int mingw_utime(const char *file_name, const struct utimbuf *times); |
309 | NOIMPL(utimes,const char *filename UNUSED_PARAM, const struct timeval times[2] UNUSED_PARAM); | 309 | int utimes(const char *file_name, const struct timeval times[2]); |
310 | 310 | ||
311 | #define utime mingw_utime | 311 | #define utime mingw_utime |
312 | 312 | ||