From c13bc9621fabbfd687adbefab5f9c5ba13d8b14c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Dec 2004 19:54:41 +0000 Subject: * stdlib/stdlib.h (realpath): Remove nonnull attribute. --- ChangeLog | 4 ++++ stdlib/stdlib.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fecfdb851c..c46fcc0a6a 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 4ef32ac782..1bda32262b 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 -- cgit v1.2.3