summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/vfscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/vfscanf.c')
-rw-r--r--newlib/libc/machine/spu/vfscanf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/vfscanf.c b/newlib/libc/machine/spu/vfscanf.c
index 4de496b11..0f728969f 100644
--- a/newlib/libc/machine/spu/vfscanf.c
+++ b/newlib/libc/machine/spu/vfscanf.c
@@ -58,8 +58,8 @@ typedef struct
int
_DEFUN (vfscanf, (fp, fmt, ap),
- FILE *fp _AND
- _CONST char *fmt _AND
+ FILE *__restrict fp _AND
+ _CONST char *__restrict fmt _AND
va_list ap)
{
c99_vfscanf_t args;