.
[gnulib.git] / lib / strftime.c
index 649cdf4..f2a64c9 100644 (file)
@@ -349,10 +349,12 @@ static char const month_name[][10] =
 # ifdef strftime
 #  undef strftime
 # endif
-# define strftime _strftime_copytm
+# define strftime(S, Maxsize, Format, Tp) \
+  _strftime_copytm ((S), (Maxsize), (Format), (Tp))
 #endif
 
 
+
 /* Write information from TP into S according to the format
    string FORMAT, writing no more that MAXSIZE characters
    (including the terminating '\0') and returning number of