diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/utime.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ struct utimbuf *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */ extern int utime (__const char *__file, __const struct utimbuf *__file_times) - __THROW __nonnull ((1, 2)); + __THROW __nonnull ((1)); __END_DECLS |