diff options
Diffstat (limited to 'newlib/libc/machine/spu/fopen.c')
-rw-r--r-- | newlib/libc/machine/spu/fopen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fopen.c b/newlib/libc/machine/spu/fopen.c index 20b36678a..821d7c201 100644 --- a/newlib/libc/machine/spu/fopen.c +++ b/newlib/libc/machine/spu/fopen.c @@ -46,8 +46,8 @@ typedef struct #ifndef _REENT_ONLY FILE * _DEFUN (fopen, (file, mode), - _CONST char *file _AND - _CONST char *mode) + _CONST char *__restrict file _AND + _CONST char *__restrict mode) { int ret; c99_fopen_t args; |