From: Nick Clifton Date: Wed, 16 Feb 2005 12:55:43 +0000 (+0000) Subject: Remove prototype for localetime altogether. It should not be needed on modern X-Git-Tag: binutils-2_16-branchpoint~254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d116f4d9dc95b5693a8de0a49e4c6d08a0b718e;p=platform%2Fupstream%2Fbinutils.git Remove prototype for localetime altogether. It should not be needed on modern systems and older systems can live with the warning. --- diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 46b4397..44593c1 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