diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-28 07:46:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-28 07:46:43 +0000 |
commit | 067fff20b7f3df47df9c5143c9b9b13f5c3547e5 (patch) | |
tree | 1e27d4a698654623f6274471c91f29a0730170cc /io | |
parent | e59a8e84200c7c27b489eb3762418fe8e27e29aa (diff) | |
download | glibc-067fff20b7f3df47df9c5143c9b9b13f5c3547e5.tar.gz glibc-067fff20b7f3df47df9c5143c9b9b13f5c3547e5.tar.xz glibc-067fff20b7f3df47df9c5143c9b9b13f5c3547e5.zip |
Update.
2004-09-28 Jakub Jelinek <jakub@redhat.com> * io/utime.h (utime): Allow second argument to be NULL.
Diffstat (limited to 'io')
-rw-r--r-- | io/utime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/utime.h b/io/utime.h index 4b861451bc..dd5d265708 100644 --- a/io/utime.h +++ b/io/utime.h @@ -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 |