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 /stdio-common/Makefile | |
parent | d8d7feefa738eb3138790c99aa891ef44d85e4cc (diff) | |
download | glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.tar.gz glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.tar.xz 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 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 4ead0f9574..3388c7e215 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -55,7 +55,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex bug14 bug15 \ tst-popen tst-unlockedio tst-fmemopen2 tst-put-error tst-fgets \ tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ - bug19 bug19a + bug19 bug19a tst-popen2 test-srcs = tst-unbputc tst-printf |