diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:05:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:05:14 +0000 |
commit | 1c3e748ef3e76af3f8c12ac614e1bfac0ae46ea8 (patch) | |
tree | 1fb8f87c0a2ea8278f07bad4a81afd22790bb5a2 /ChangeLog | |
parent | 4e425301f4a6264c73eddf31b82c2d197a1a8b16 (diff) | |
download | glibc-1c3e748ef3e76af3f8c12ac614e1bfac0ae46ea8.tar.gz glibc-1c3e748ef3e76af3f8c12ac614e1bfac0ae46ea8.tar.xz glibc-1c3e748ef3e76af3f8c12ac614e1bfac0ae46ea8.zip |
[BZ #4792]
* stdlib/stdlib.h (realloc): Remove __attribute_malloc__. * malloc/malloc.h (realloc): Likewise. 2007-07-16 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0529d065ea..c68a43d62e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-07-16 Jakub Jelinek <jakub@redhat.com> + [BZ #4792] + * stdlib/stdlib.h (realloc): Remove __attribute_malloc__. + * malloc/malloc.h (realloc): Likewise. + +2007-07-16 Jakub Jelinek <jakub@redhat.com> + * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end if one of proc_file_chain streams has that fileno. * stdio-common/Makefile (tests): Add tst-popen2. |