aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-01-12 02:21:52 +0000
committerBen Elliston <bje@au.ibm.com>2007-01-12 02:21:52 +0000
commit0bbe7a79f595b156a9a9ab3042f44d7218b933e0 (patch)
treeedaaa4252af10db0ad2c93238b470790598a8870 /libiberty/ChangeLog
parentc3c6b70e63ee9d43685ba3645d73a8cf3fd07c80 (diff)
downloadgdb-0bbe7a79f595b156a9a9ab3042f44d7218b933e0.zip
gdb-0bbe7a79f595b156a9a9ab3042f44d7218b933e0.tar.gz
gdb-0bbe7a79f595b156a9a9ab3042f44d7218b933e0.tar.bz2
* pex-unix.c (writeerr): Cast write result to void.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 80f1cfc..608d430 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,5 +1,7 @@
2007-01-12 Ben Elliston <bje@au.ibm.com>
+ * pex-unix.c (writeerr): Cast write result to void.
+
* choose-temp.c (choose_temp_base): Check the result of the call
to mktemp rather than testing the length of the modified string.