aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-11-23 04:42:14 +0000
committerBen Elliston <bje@au.ibm.com>2009-11-23 04:42:14 +0000
commitc90188f694a64cb2b97cb9db99fe0c11aaba43d6 (patch)
tree932888c7956c4764f3b59ea1ea5a026d8c60bdea /libiberty/ChangeLog
parent197fa1aa2ca7f943805196c37031b44f7b87d5a7 (diff)
downloadgdb-c90188f694a64cb2b97cb9db99fe0c11aaba43d6.zip
gdb-c90188f694a64cb2b97cb9db99fe0c11aaba43d6.tar.gz
gdb-c90188f694a64cb2b97cb9db99fe0c11aaba43d6.tar.bz2
* pex-unix.c (pex_child_error): Improve warning avoidance by
checking the results of write(3) and exiting with -2 if any write returns a negative value.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 4d16be4..79e0462 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-23 Ben Elliston <bje@au.ibm.com>
+ Ian Lance Taylor <iant@google.com>
+
+ * pex-unix.c (pex_child_error): Improve warning avoidance by
+ checking the results of write(3) and exiting with -2 if any write
+ returns a negative value.
+
2009-11-22 Steve Ward <planet36@gmail.com>
* dyn-string.c (dyn_string_append_char): Fix typo in comment.