merge from gcc

This commit is contained in:
DJ Delorie
2009-04-29 16:15:54 +00:00
parent c6a0c68946
commit 3ea7450594

View File

@@ -2,8 +2,8 @@
* 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.
on pipe endpoints. Close standard input after creating child for
symmetry with standard output/standard error.
2009-04-25 Eli Zaretskii <eliz@gnu.org>