summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/vsprintf.c')
-rw-r--r--newlib/libc/machine/spu/vsprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/vsprintf.c b/newlib/libc/machine/spu/vsprintf.c
index f69b9400c..0719d38f5 100644
--- a/newlib/libc/machine/spu/vsprintf.c
+++ b/newlib/libc/machine/spu/vsprintf.c
@@ -27,8 +27,8 @@ typedef struct
int
_DEFUN (vsprintf, (str, fmt, ap),
- char *str _AND
- _CONST char *fmt _AND
+ char *__restrict str _AND
+ _CONST char *__restrict fmt _AND
va_list ap)
{
c99_vsprintf_t args;