From: Jim Meyering Date: Mon, 17 Apr 2000 11:39:26 +0000 (+0000) Subject: (my_strftime) [strftime]: Declare strftime here, since the definition X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcbcec14642dbf25c0b45ceba1ae26e4b7d669d6;p=pspp (my_strftime) [strftime]: Declare strftime here, since the definition of it to rpl_strftime also defined-away the system's declaration. --- diff --git a/lib/strftime.c b/lib/strftime.c index f3dcd77f4a..6ab2be7d4b 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -822,6 +822,7 @@ my_strftime (s, maxsize, format, tp ut_argument) "#define strftime rpl_strftime". */ # ifdef strftime # undef strftime + size_t strftime (); # endif *u++ = '%';