summaryrefslogtreecommitdiff
path: root/binutils/nlmconv.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-16 12:55:43 +0000
committerNick Clifton <nickc@redhat.com>2005-02-16 12:55:43 +0000
commita465501383c8d64f3825a1777e04d7cc47d40496 (patch)
tree9cb32249857e251bd5ef3ef7d4f8cc7c5668a3fc /binutils/nlmconv.c
parent8426e6b6596147a6458f90dcb5721e0102853872 (diff)
downloadbinutils-redhat-a465501383c8d64f3825a1777e04d7cc47d40496.tar.gz
Remove prototype for localetime altogether. It should not be needed on modern
systems and older systems can live with the warning.
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r--binutils/nlmconv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c
index 46b439751d..44593c1212 100644
--- a/binutils/nlmconv.c
+++ b/binutils/nlmconv.c
@@ -58,10 +58,6 @@
#undef strerror
extern char *strerror (int);
-#ifndef localtime
-extern struct tm *localtime (const time_t *);
-#endif
-
#ifndef SEEK_SET
#define SEEK_SET 0
#endif