diff options
author | Julian Brown <julian@codesourcery.com> | 2009-05-17 13:12:28 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2009-05-17 13:12:28 +0000 |
commit | ed20019d73a315e26504cfc65a58eaa03afec42a (patch) | |
tree | c681546f2588a0d2c9848de3adf3ef2494cf1549 /libiberty/ChangeLog | |
parent | d5f3b87372b1fcd81dd04a07495aac49babacdc7 (diff) | |
download | gdb-ed20019d73a315e26504cfc65a58eaa03afec42a.zip gdb-ed20019d73a315e26504cfc65a58eaa03afec42a.tar.gz gdb-ed20019d73a315e26504cfc65a58eaa03afec42a.tar.bz2 |
libiberty/
* pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
standard handles (stdin, stdout, stderr) in parent.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 13c7fd5..75e76d6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2009-05-17 Julian Brown <julian@codesourcery.com> + + * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing + standard handles (stdin, stdout, stderr) in parent. + 2009-04-29 Julian Brown <julian@codesourcery.com> * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT. |