Remove prototype for localetime altogether. It should not be needed on modern
authorNick Clifton <nickc@redhat.com>
Wed, 16 Feb 2005 12:55:43 +0000 (12:55 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 16 Feb 2005 12:55:43 +0000 (12:55 +0000)
systems and older systems can live with the warning.

binutils/nlmconv.c

index 46b4397..44593c1 100644 (file)
 #undef strerror
 extern char *strerror (int);
 
-#ifndef localtime
-extern struct tm *localtime (const time_t *);
-#endif
-
 #ifndef SEEK_SET
 #define SEEK_SET 0
 #endif