From: Roland McGrath Date: Wed, 1 Dec 2004 19:54:41 +0000 (+0000) Subject: * stdlib/stdlib.h (realpath): Remove nonnull attribute. X-Git-Tag: cvs/fedora-glibc-20041203T0935~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c13bc9621fabbfd687adbefab5f9c5ba13d8b14c;p=thirdparty%2Fglibc.git * stdlib/stdlib.h (realpath): Remove nonnull attribute. --- diff --git a/ChangeLog b/ChangeLog index fecfdb851cb..c46fcc0a6a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Jakub Jelinek + + * stdlib/stdlib.h (realpath): Remove nonnull attribute. + 2004-12-01 Roland McGrath * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 4ef32ac782f..1bda32262bc 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -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