summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/vsnprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/vsnprintf.c')
-rw-r--r--newlib/libc/machine/spu/vsnprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/vsnprintf.c b/newlib/libc/machine/spu/vsnprintf.c
index 575cf82d2..cf4f5e709 100644
--- a/newlib/libc/machine/spu/vsnprintf.c
+++ b/newlib/libc/machine/spu/vsnprintf.c
@@ -28,9 +28,9 @@ typedef struct
int
_DEFUN (vsnprintf, (str, size, fmt, ap),
- char *str _AND
+ char *__restrict str _AND
size_t size _AND
- _CONST char *fmt _AND
+ _CONST char *__restrict fmt _AND
va_list ap)
{
c99_vsnprintf_t args;