mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
* stdlib/stdlib.h (realpath): Remove nonnull attribute.
This commit is contained in:
parent
faef34d020
commit
c13bc9621f
@ -1,3 +1,7 @@
|
||||
2004-12-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* stdlib/stdlib.h (realpath): Remove nonnull attribute.
|
||||
|
||||
2004-12-01 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c):
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user