X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffmemopen.c;h=770fd9953a63274cea74a24a4b1a7dd391c33824;hb=ebee8c2b477807fe58fd35d35783633ea08b049c;hp=1b054a970445e71ba5e86d363833c05fceb6faf3;hpb=d2e061a2bd3f7674cfef2e2217e0695419041b5e;p=musl diff --git a/src/stdio/fmemopen.c b/src/stdio/fmemopen.c index 1b054a97..770fd995 100644 --- a/src/stdio/fmemopen.c +++ b/src/stdio/fmemopen.c @@ -67,7 +67,7 @@ static int mclose(FILE *m) return 0; } -FILE *fmemopen(void *buf, size_t size, const char *mode) +FILE *fmemopen(void *restrict buf, size_t size, const char *restrict mode) { FILE *f; struct cookie *c;