diff options
Diffstat (limited to 'newlib/libc/machine/spu/fgets.c')
-rw-r--r-- | newlib/libc/machine/spu/fgets.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fgets.c b/newlib/libc/machine/spu/fgets.c index 8167fd174..2b0ca417e 100644 --- a/newlib/libc/machine/spu/fgets.c +++ b/newlib/libc/machine/spu/fgets.c @@ -47,9 +47,9 @@ typedef struct char * _DEFUN (fgets, (buf, n, fp), - char *buf _AND + char *__restrict buf _AND int n _AND - FILE * fp) + FILE *__restrict fp) { c99_fgets_t args; |