summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-13 19:46:01 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-13 19:46:01 +0000
commit4d0c11d1c253fff5de2ba9b786e8cf72a4ee61a8 (patch)
tree0cabb070a827545ecc78d31535e508ce9652e5a4 /libiberty/ChangeLog
parent9ce62711edca9edc5f5eb6dc3500a42c6709efe6 (diff)
downloadgcc-4d0c11d1c253fff5de2ba9b786e8cf72a4ee61a8.tar.gz
* strerror.c: Include config.h, and redefine sys_nerr and
sys_errlist, before including ansidecl.h and libiberty.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 7da2d46d608..ec90d1a395c 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
+
+ * strerror.c: Include config.h, and redefine sys_nerr and
+ sys_errlist, before including ansidecl.h and libiberty.h.
+
2004-04-13 Jeff Law <law@redhat.com>
* hashtab.c (htab_remove_elt_with_hash): New function.