aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2009-05-17 13:07:08 +0000
committerJulian Brown <jules@gcc.gnu.org>2009-05-17 13:07:08 +0000
commit965cc3c3aad4e7b106debe7c3870ef1d537aad8f (patch)
tree0b1606a2283a47163027424a2761a95097946f1f /libiberty/ChangeLog
parent2f8cce28b83628caf64143b6e98cc09a61c0a619 (diff)
downloadgcc-965cc3c3aad4e7b106debe7c3870ef1d537aad8f.zip
gcc-965cc3c3aad4e7b106debe7c3870ef1d537aad8f.tar.gz
gcc-965cc3c3aad4e7b106debe7c3870ef1d537aad8f.tar.bz2
pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing standard handles (stdin, stdout, stderr) in parent.
libiberty/ * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing standard handles (stdin, stdout, stderr) in parent. From-SVN: r147634
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
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.