X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2F__asctime.c;h=5362f0db39279effd95458a68f199eb4961cc5d7;hb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;hp=7cc4f503ffc2c5662f8779d2f8c1e992726c1267;hpb=bac03cdde1137c16b4c194e137310e2748661dcc;p=musl diff --git a/src/time/__asctime.c b/src/time/__asctime.c index 7cc4f503..5362f0db 100644 --- a/src/time/__asctime.c +++ b/src/time/__asctime.c @@ -5,7 +5,7 @@ const char *__langinfo(nl_item); -char *__asctime(const struct tm *tm, char *buf) +char *__asctime(const struct tm *restrict tm, char *restrict buf) { /* FIXME: change __langinfo to __C_langinfo once we have locales */ if (snprintf(buf, 26, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n",