]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 23:45:53 +0000 (23:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 23:45:53 +0000 (23:45 +0000)
ChangeLog

index 83f2be35bdf92b5b007f8a5b5d5e6f7a080a4116..316f2d847d2ca4075dc9f83b62afc16192d0710d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,7 @@
 1999-08-19  Ulrich Drepper  <drepper@cygnus.com>
 
-       * sysdeps/unix/sysv/linux/getcwd.c: Allocate buffer large enough
-       not only if size == 0, but also for size < 0.
-       * sysdeps/posix/getcwd.c: Likewise.  [PR libc/1269]
+       * sysdeps/posix/getcwd.c: Correct comment saying < 0 is ok for size
+       type.  [PR libc/1269]
 
        * posix/execvp.c: Allocate array name of correct size.