aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-04-29 16:15:54 +0000
committerDJ Delorie <dj@redhat.com>2009-04-29 16:15:54 +0000
commit3ea7450594d97c3741e3be6d8b131011379e5860 (patch)
treee15050805e8db6313549ce6063e4b3d3af4bee88 /libiberty
parentc6a0c689463b80b39682bd4d0ffa19452eebb1fd (diff)
downloadgdb-3ea7450594d97c3741e3be6d8b131011379e5860.zip
gdb-3ea7450594d97c3741e3be6d8b131011379e5860.tar.gz
gdb-3ea7450594d97c3741e3be6d8b131011379e5860.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
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>