Treat __strftime__ and __strfmon__ like __scanf__.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 11:20:32 +0000 (11:20 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 11:20:32 +0000 (11:20 +0000)
ChangeLog
lib/stdio_.h

index c302a51e1e684a6703ece0239413b00095232f61..ceddbedcd928391c7c01c14fcdab51ba623382ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,8 @@
        * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
        REPLACE_PRINTF.
        * lib/stdio_.h (printf): New declaration.
-       (format, __format__, ____printf____, ____scanf____): New macros.
+       (format, __format__, ____printf____, ____scanf____, ____strftime____,
+       ____strfmon____): New macros.
        * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
        REPLACE_PRINTF.
 
index 18d422a11dc33d1287185b23306178c4f38920ea..3e97812fb71fa62c9494c69acb3890994ce74ab4 100644 (file)
@@ -86,6 +86,8 @@ extern int printf (const char *format, ...);
 # define __format__(kind,m,n) __format__ (__##kind##__, m, n)
 # define ____printf____ __printf__
 # define ____scanf____ __scanf__
+# define ____strftime____ __strftime__
+# define ____strfmon____ __strfmon__
 #endif
 
 #if @GNULIB_VPRINTF_POSIX@