summaryrefslogtreecommitdiff
path: root/time/strftime_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/strftime_l.c')
-rw-r--r--time/strftime_l.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/time/strftime_l.c b/time/strftime_l.c
index 26829cf7bd..dc33a405eb 100644
--- a/time/strftime_l.c
+++ b/time/strftime_l.c
@@ -1438,11 +1438,8 @@ __strftime_internal (s, maxsize, format, tp, tzset_called ut_argument
strftime function and does not have the extra information whether the
TP arguments comes from a `gmtime' call or not. */
size_t
-emacs_strftime (s, maxsize, format, tp)
- char *s;
- size_t maxsize;
- const char *format;
- const struct tm *tp;
+emacs_strftime (char *s, size_t maxsize, const char *format,
+ const struct tm *tp)
{
return my_strftime (s, maxsize, format, tp, 0);
}