diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-27 18:48:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-27 18:48:07 +0000 |
commit | 4de0b4abf567b94997ee99c55d64a4e6aacfa4ea (patch) | |
tree | 4a10afb8dc792a3ad460f48308e8177a03d0f5a1 /stdlib | |
parent | b2369ca3ff0cd75a30eb707537f83520c6fb1916 (diff) | |
download | glibc-4de0b4abf567b94997ee99c55d64a4e6aacfa4ea.tar glibc-4de0b4abf567b94997ee99c55d64a4e6aacfa4ea.tar.gz glibc-4de0b4abf567b94997ee99c55d64a4e6aacfa4ea.tar.bz2 glibc-4de0b4abf567b94997ee99c55d64a4e6aacfa4ea.zip |
[BZ #3426]cvs/fedora-glibc-20061027T1902
* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
reality.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/stdlib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index c3fc14562e..7b39bc018a 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -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 |