aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-05-16 15:52:39 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2005-05-16 15:52:39 +0200
commit99e4078fec82463d0d2547504ad85b134739a521 (patch)
treeb7ca97ec1705022db2618739fdb19572ea51b18d /libiberty/ChangeLog
parentaeb70e782ac3089f3931b58b1291c1196a8e6c8f (diff)
downloadgcc-99e4078fec82463d0d2547504ad85b134739a521.zip
gcc-99e4078fec82463d0d2547504ad85b134739a521.tar.gz
gcc-99e4078fec82463d0d2547504ad85b134739a521.tar.bz2
getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only declared if...
* getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only declared if needed. * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is defined. From-SVN: r99775
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 794e147..9b5a094 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-16 Andreas Jaeger <aj@suse.de>
+
+ * getpwd.c: Remove unneeded prototype getcwd and move getwd so
+ that it's only declared if needed.
+
+ * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
+ defined.
+
2005-05-15 Andreas Jaeger <aj@suse.de>
* functions.texi: Regenerated.