]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 28 Sep 2004 07:46:43 +0000 (07:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 28 Sep 2004 07:46:43 +0000 (07:46 +0000)
2004-09-28  Jakub Jelinek  <jakub@redhat.com>

* io/utime.h (utime): Allow second argument to be NULL.

ChangeLog
io/utime.h

index 8e217e57c604b8d46be0f461a57827f24d21a7c7..9302f2a777b0a5fe48b3efc22984d81268c974c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * io/utime.h (utime): Allow second argument to be NULL.
+
 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/posix/getaddrinfo.c (gaih_inet): If NAME is a numerical IP
index 4b861451bcc320d96fef870b385a9957abaea762..dd5d265708819f47f68e8312229c1ed7cf9f77b7 100644 (file)
@@ -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