X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffputws.c;h=0b593c08d1d50d28d0c5832323402de72ec0c42f;hb=36be5284c2a79406778ac489928c6deb05857329;hp=b75f95bc7c47eb529f4e543d20711e0a2fe838ed;hpb=a8c17e6587e68c4330999dd408d4add1d81296bf;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;