From: Ulrich Drepper Date: Fri, 20 Aug 1999 23:45:53 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570440a2c093808afffaf507235af32b74af169b;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 83f2be35bdf..316f2d847d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,7 @@ 1999-08-19 Ulrich Drepper - * 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.