* stdlib/stdlib.h (realpath): Remove nonnull attribute.
authorRoland McGrath <roland@gnu.org>
Wed, 1 Dec 2004 19:54:41 +0000 (19:54 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 1 Dec 2004 19:54:41 +0000 (19:54 +0000)
ChangeLog
stdlib/stdlib.h

index fecfdb8..c46fcc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * stdlib/stdlib.h (realpath): Remove nonnull attribute.
+
 2004-12-01  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c):
index 4ef32ac..1bda322 100644 (file)
@@ -747,7 +747,7 @@ extern char *canonicalize_file_name (__const char *__name)
    ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars, returns the
    name in RESOLVED.  */
 extern char *realpath (__const char *__restrict __name,
-                      char *__restrict __resolved) __THROW __nonnull ((1));
+                      char *__restrict __resolved) __THROW;
 #endif