summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-12-01 19:54:41 +0000
committerRoland McGrath <roland@gnu.org>2004-12-01 19:54:41 +0000
commitc13bc9621fabbfd687adbefab5f9c5ba13d8b14c (patch)
tree45626c44fb38a06079be51cb0cbb7c7a5fb303aa /stdlib
parentfaef34d020146aafaccefa36eda64cde93d97912 (diff)
* stdlib/stdlib.h (realpath): Remove nonnull attribute.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/stdlib.h2
1 files changed, 1 insertions, 1 deletions
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