X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fswprintf.c;h=cbf83d235d8e0e436ff942cc1915f33b35848147;hb=1d92cddb1e1ed4b6cc0e55461727561e7a2522e0;hp=5ece97c41ed970b8834362830ce148206b132447;hpb=e18b56382154fe1c5803f6b9ee36e2991174c037;p=musl diff --git a/src/stdio/swprintf.c b/src/stdio/swprintf.c index 5ece97c4..cbf83d23 100644 --- a/src/stdio/swprintf.c +++ b/src/stdio/swprintf.c @@ -2,7 +2,7 @@ #include #include -int swprintf(wchar_t *s, size_t n, const wchar_t *fmt, ...) +int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) { int ret; va_list ap;