diff options
Diffstat (limited to 'src/time/strptime.c')
-rw-r--r-- | src/time/strptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/strptime.c b/src/time/strptime.c index 4c0bb26c..0f66e6c6 100644 --- a/src/time/strptime.c +++ b/src/time/strptime.c @@ -7,7 +7,7 @@ #include <string.h> #include <strings.h> -char *strptime(const char *s, const char *f, struct tm *tm) +char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm) { int i, w, neg, adj, min, range, *dest; const char *ex; |