summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-29 01:43:26 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-29 01:43:26 +0000
commitc65ae7e02e017f9f59bdf043f4556116c8c8297c (patch)
treea0a733e7960ec6a339d51a5ad38e3f7ea3dd2b81 /include/stdlib.h
parentd50a7288ddcf402a963d4b4ca847840e799e941d (diff)
missed an underscore in previous commit
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index ba27530c3..276f1ba66 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -637,7 +637,7 @@ extern char *canonicalize_file_name (__const char *__name)
name in RESOLVED. */
/* we choose to handle __resolved==NULL as crash :) */
extern char *realpath (__const char *__restrict __name,
- char *__restrict __resolved) __THROW __wur _nonnull((2));
+ char *__restrict __resolved) __THROW __wur __nonnull((2));
#endif