getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only declared...
authorAndreas Jaeger <aj@suse.de>
Mon, 16 May 2005 13:52:39 +0000 (15:52 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 16 May 2005 13:52:39 +0000 (15:52 +0200)
commit99e4078fec82463d0d2547504ad85b134739a521
treeb7ca97ec1705022db2618739fdb19572ea51b18d
parentaeb70e782ac3089f3931b58b1291c1196a8e6c8f
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
libiberty/ChangeLog
libiberty/getopt1.c
libiberty/getpwd.c