about summary refs log tree commit diff
path: root/time/strptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/strptime.c')
-rw-r--r--time/strptime.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/time/strptime.c b/time/strptime.c
index fb98c62c22..04e8135a87 100644
--- a/time/strptime.c
+++ b/time/strptime.c
@@ -27,10 +27,7 @@
 
 
 char *
-strptime (buf, format, tm)
-     const char *buf;
-     const char *format;
-     struct tm *tm;
+strptime (const char *buf, const char *format, struct tm *tm)
 {
   return __strptime_internal (buf, format, tm, NULL, _NL_CURRENT_LOCALE);
 }