diff options
author | Julian Brown <julian@codesourcery.com> | 2009-04-29 11:52:41 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2009-04-29 11:52:41 +0000 |
commit | 59cdf8427011bbf8a562fbb419923a5af28d52b4 (patch) | |
tree | 8e6713716d677ba7bea57d47de6d7ed53ba7d035 /libiberty/ChangeLog | |
parent | 484086b7e06069d8bc3dce0dd428d3b9fcf9053b (diff) | |
download | gdb-59cdf8427011bbf8a562fbb419923a5af28d52b4.zip gdb-59cdf8427011bbf8a562fbb419923a5af28d52b4.tar.gz gdb-59cdf8427011bbf8a562fbb419923a5af28d52b4.tar.bz2 |
libiberty/
* pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
(pex_win32_exec_child): Ensure each process has only one handle open
on pipe endpoints. Close standard input after creating child
for symmetry with standard output/standard error.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2e93c98..58f401d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2009-04-29 Julian Brown <julian@codesourcery.com> + + * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT. + (pex_win32_exec_child): Ensure each process has only one handle open + on pipe endpoints. Close standard input after creating child + for symmetry with standard output/standard error. + 2009-04-25 Eli Zaretskii <eliz@gnu.org> * Makefile.in (needed-list): Target removed (not used in GCC |