mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-14 02:32:32 +03:00
* stdlib/stdlib.h (realpath): Remove nonnull attribute.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user