From: Ulrich Drepper Date: Tue, 14 May 2002 21:44:04 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e04b25ff1abf6ddd11a9c448a7290335c17b2ca4;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 1c6257cc6b9..8d60fa7db6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2002-05-14 Ulrich Drepper + + * malloc/malloc.c (__posix_memalign): Correct check for size of + alignment value [PR libc/3444]. + 2002-05-13 Marcus Brinkmann - * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): - Allocate three, not two, more than LEN when appending '/.'. - * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check - if NAME ends with '/.' if it is shorter than 2 chars. + * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): + Allocate three, not two, more than LEN when appending '/.'. + * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check + if NAME ends with '/.' if it is shorter than 2 chars. 2002-05-12 Roland McGrath @@ -19,7 +24,8 @@ * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New. - * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add sys/io.h. + * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add + sys/io.h. 2002-05-08 Roland McGrath