diff options
Diffstat (limited to 'src/stdio/fmemopen.c')
| -rw-r--r-- | src/stdio/fmemopen.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
