diff options
author | DJ Delorie <dj@redhat.com> | 2009-04-29 16:15:54 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-04-29 16:15:54 +0000 |
commit | 3ea7450594d97c3741e3be6d8b131011379e5860 (patch) | |
tree | e15050805e8db6313549ce6063e4b3d3af4bee88 /libiberty | |
parent | c6a0c689463b80b39682bd4d0ffa19452eebb1fd (diff) | |
download | gdb-3ea7450594d97c3741e3be6d8b131011379e5860.zip gdb-3ea7450594d97c3741e3be6d8b131011379e5860.tar.gz gdb-3ea7450594d97c3741e3be6d8b131011379e5860.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 58f401d..13c7fd5 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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> |