X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2F__asctime.c;h=5362f0db39279effd95458a68f199eb4961cc5d7;hb=d8a7619e371ff0f226200f6316abb46dd1192f3d;hp=7cc4f503ffc2c5662f8779d2f8c1e992726c1267;hpb=fd142e5ec44aaafffbb8bb4ea41c4288d3fa937a;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",