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