From: Roland McGrath Date: Wed, 1 Dec 2004 19:54:41 +0000 (+0000) Subject: * stdlib/stdlib.h (realpath): Remove nonnull attribute. X-Git-Tag: upstream/2.30~17138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c13bc9621fabbfd687adbefab5f9c5ba13d8b14c;p=external%2Fglibc.git * stdlib/stdlib.h (realpath): Remove nonnull attribute. --- diff --git a/ChangeLog b/ChangeLog index fecfdb8..c46fcc0 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 4ef32ac..1bda322 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