summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/fgetpos.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/fgetpos.c')
-rw-r--r--newlib/libc/machine/spu/fgetpos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fgetpos.c b/newlib/libc/machine/spu/fgetpos.c
index aa7b6f001..694400e48 100644
--- a/newlib/libc/machine/spu/fgetpos.c
+++ b/newlib/libc/machine/spu/fgetpos.c
@@ -45,8 +45,8 @@ typedef struct
int
_DEFUN (fgetpos, (fp, pos),
- FILE * fp _AND
- _fpos_t * pos)
+ FILE *__restrict fp _AND
+ _fpos_t *__restrict pos)
{
c99_fgetpos_t arg;