diff options
Diffstat (limited to 'newlib/libc/machine/spu/fread.c')
-rw-r--r-- | newlib/libc/machine/spu/fread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fread.c b/newlib/libc/machine/spu/fread.c index f3c420f76..eb3966c19 100644 --- a/newlib/libc/machine/spu/fread.c +++ b/newlib/libc/machine/spu/fread.c @@ -50,10 +50,10 @@ typedef struct size_t _DEFUN (fread, (buf, size, count, fp), - _PTR buf _AND + _PTR __restrict buf _AND size_t size _AND size_t count _AND - FILE * fp) + FILE *__restrict fp) { c99_fread_t args; |