diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2012-07-26 23:18:47 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2012-07-26 19:18:47 -0400 |
commit | 9cd6dd82398c07551d428e2943a7d8429c4650c0 (patch) | |
tree | 5bb79d01d34e0a177c2f1d1b9375c4447d077918 /libiberty/ChangeLog | |
parent | 3984ea61cb3e47663b34655b7f62726260a23eb3 (diff) | |
download | gcc-9cd6dd82398c07551d428e2943a7d8429c4650c0.tar.gz |
pex-win32.c (pex_win32_exec_child): Only close original file descriptors if child is launched successfully.
2012-07-26 Kazu Hirata <kazu@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
libiberty/
* pex-win32.c (pex_win32_exec_child): Only close original file
descriptors if child is launched successfully.
Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r189901
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 716a2ce9d23..349dc98eb06 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2012-07-26 Kazu Hirata <kazu@codesourcery.com> + Sandra Loosemore <sandra@codesourcery.com> + + * pex-win32.c (pex_win32_exec_child): Only close original file + descriptors if child is launched successfully. + 2012-07-18 Jason Merrill <jason@redhat.com> * cp-demangle.c (cplus_demangle_operators): Add *_cast. |