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-Tag: FILEUTILS-4_0r~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2caf6a98c29b30d5ebe7979b0de3fa8e7056a2e;p=thirdparty%2Fcoreutils.git (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++ = '%';