X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffputws.c;fp=src%2Fstdio%2Ffputws.c;h=0b593c08d1d50d28d0c5832323402de72ec0c42f;hb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;hp=b75f95bc7c47eb529f4e543d20711e0a2fe838ed;hpb=bac03cdde1137c16b4c194e137310e2748661dcc;p=musl diff --git a/src/stdio/fputws.c b/src/stdio/fputws.c index b75f95bc..0b593c08 100644 --- a/src/stdio/fputws.c +++ b/src/stdio/fputws.c @@ -1,6 +1,6 @@ #include "stdio_impl.h" -int fputws(const wchar_t *ws, FILE *f) +int fputws(const wchar_t *restrict ws, FILE *restrict f) { unsigned char buf[BUFSIZ]; size_t l=0;