mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
[BZ #3426]
* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to reality.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user