X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fwprintf.c;fp=src%2Fstdio%2Fwprintf.c;h=342cd97911d365e4f787a95280b1ae7a9c631df3;hb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;hp=20ca61a0c6061a676ffb8ec267a724eb7462aafa;hpb=bac03cdde1137c16b4c194e137310e2748661dcc;p=musl diff --git a/src/stdio/wprintf.c b/src/stdio/wprintf.c index 20ca61a0..342cd979 100644 --- a/src/stdio/wprintf.c +++ b/src/stdio/wprintf.c @@ -2,7 +2,7 @@ #include #include -int wprintf(const wchar_t *fmt, ...) +int wprintf(const wchar_t *restrict fmt, ...) { int ret; va_list ap;