[BZ #3426] cvs/fedora-glibc-20061027T1902
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Oct 2006 18:48:07 +0000 (18:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Oct 2006 18:48:07 +0000 (18:48 +0000)
* stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
reality.

ChangeLog
stdlib/stdlib.h

index d10af5b..2ee96f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #3426]
+       * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
+       reality.
+
        [BZ #3429]
        * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
        we are sure we do not need it anymore for _dl_close.  ALso move
index c3fc145..7b39bc0 100644 (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