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
commit4d116f4d9dc95b5693a8de0a49e4c6d08a0b718e (patch)
tree72127bc69b518af8b9085e0a5b11b8d4d5ca3ba8 /binutils/nlmconv.c
parent0b48acfe664456ecf535a81be69bae8b52ae5631 (diff)
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