X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fsetvbuf.c;fp=src%2Fstdio%2Fsetvbuf.c;h=541a125ff124b1c1b5aa15949f0890a3d12c6f6b;hb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;hp=6dea0ebf558c4076b95798c449a8b79994109d2a;hpb=bac03cdde1137c16b4c194e137310e2748661dcc;p=musl 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;