1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
	reality.
This commit is contained in:
Ulrich Drepper
2006-10-27 18:48:07 +00:00
parent b2369ca3ff
commit 4de0b4abf5
2 changed files with 5 additions and 2 deletions

View File

@ -741,8 +741,7 @@ __END_NAMESPACE_STD
#ifdef __USE_GNU
/* Return a malloc'd string containing the canonical absolute name of the
named file. The last file name component need not exist, and may be a
symlink to a nonexistent file. */
existing named file. */
extern char *canonicalize_file_name (__const char *__name)
__THROW __nonnull ((1)) __wur;
#endif