projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44386ac
)
revert last change
author
Jim Meyering
<jim@meyering.net>
Thu, 23 Jan 1997 02:23:44 +0000
(
02:23
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 23 Jan 1997 02:23:44 +0000
(
02:23
+0000)
lib/strftime.c
patch
|
blob
|
history
diff --git
a/lib/strftime.c
b/lib/strftime.c
index
f2a64c9
..
8c838f7
100644
(file)
--- a/
lib/strftime.c
+++ b/
lib/strftime.c
@@
-349,8
+349,7
@@
static char const month_name[][10] =
# ifdef strftime
# undef strftime
# endif
-# define strftime(S, Maxsize, Format, Tp) \
- _strftime_copytm ((S), (Maxsize), (Format), (Tp))
+# define strftime _strftime_copytm
#endif