diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:03:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:03:08 +0000 |
commit | 4e425301f4a6264c73eddf31b82c2d197a1a8b16 (patch) | |
tree | 926ef5bb537569181d803751e84531c4bb72777b /ChangeLog | |
parent | d8d7feefa738eb3138790c99aa891ef44d85e4cc (diff) | |
download | glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.tar glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.tar.gz glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.tar.bz2 glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.zip |
* 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.
* stdio-common/tst-popen2.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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. + * stdio-common/tst-popen2.c: New test. + 2007-07-14 Jakub Jelinek <jakub@redhat.com> * elf/ldconfig.c: Allow GPLv2 or any later version. |