X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Fsetvbuf.c;h=541a125ff124b1c1b5aa15949f0890a3d12c6f6b;hp=6dea0ebf558c4076b95798c449a8b79994109d2a;hb=c8cb6bcdf009e94c12c6e256b8e24a9bc5fdaf05;hpb=e3cd6c5c265cd481db6e0c5b529855d99f0bda30 diff --git a/src/stdio/setvbuf.c b/src/stdio/setvbuf.c index 6dea0ebf..541a125f 100644 --- a/src/stdio/setvbuf.c +++ b/src/stdio/setvbuf.c @@ -9,7 +9,7 @@ * In the case of stderr where the preexisting buffer is length 1, it * is not possible to set line buffering or full buffering. */ -int setvbuf(FILE *f, char *buf, int type, size_t size) +int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) { f->lbf = EOF;