diff options
Diffstat (limited to 'newlib/libc/machine/spu/freopen.c')
-rw-r--r-- | newlib/libc/machine/spu/freopen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/machine/spu/freopen.c b/newlib/libc/machine/spu/freopen.c index 9f19a68f5..53dd2bc1d 100644 --- a/newlib/libc/machine/spu/freopen.c +++ b/newlib/libc/machine/spu/freopen.c @@ -48,9 +48,9 @@ typedef struct FILE * _DEFUN (freopen, (file, mode, fp), - const char *file _AND - const char *mode _AND - FILE *fp) + const char *__restrict file _AND + const char *__restrict mode _AND + FILE *__restrict fp) { int ret; c99_freopen_t args; |