X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fstrptime.c;h=0f66e6c65498fad6c682a315d3bf65a289eb998f;hb=1cc81f5cb0df2b66a795ff0c26d7bbc4d16e13c6;hp=4c0bb26ca4a1409d284458bc6a7358159ff7bf41;hpb=536db2b5ac6b9fee7129417926c59ca12e8dffb0;p=musl 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 #include -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;