1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

(my_strftime) [strftime]: Declare strftime here, since the definition

of it to rpl_strftime also defined-away the system's declaration.
This commit is contained in:
Jim Meyering
2000-04-17 11:39:26 +00:00
parent c2981f6507
commit d2caf6a98c
+1
View File
@@ -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++ = '%';