aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu/vscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/vscanf.c')
-rw-r--r--newlib/libc/machine/spu/vscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/spu/vscanf.c b/newlib/libc/machine/spu/vscanf.c
index 29b4948..aae6bc4 100644
--- a/newlib/libc/machine/spu/vscanf.c
+++ b/newlib/libc/machine/spu/vscanf.c
@@ -56,7 +56,7 @@ typedef struct
int
_DEFUN (vscanf, (fmt, ap),
- _CONST char *fmt,
+ const char *fmt,
va_list ap)
{
c99_vscanf_t args;