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 8931e719e..7ec21b72d 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -321,7 +321,7 @@ NOIMPL(vfork,void); | |||
321 | * utime.h | 321 | * utime.h |
322 | */ | 322 | */ |
323 | int mingw_utime(const char *file_name, const struct utimbuf *times); | 323 | int mingw_utime(const char *file_name, const struct utimbuf *times); |
324 | NOIMPL(utimes,const char *filename UNUSED_PARAM, const struct timeval times[2] UNUSED_PARAM); | 324 | int utimes(const char *file_name, const struct timeval times[2]); |
325 | 325 | ||
326 | #define utime mingw_utime | 326 | #define utime mingw_utime |
327 | 327 | ||