From dcbcec14642dbf25c0b45ceba1ae26e4b7d669d6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Apr 2000 11:39:26 +0000 Subject: [PATCH] (my_strftime) [strftime]: Declare strftime here, since the definition of it to rpl_strftime also defined-away the system's declaration. --- lib/strftime.c | 1 + 1 file changed, 1 insertion(+) 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++ = '%'; -- 2.30.2