aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/vscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/vscanf.c')
-rw-r--r--newlib/libc/stdio/vscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vscanf.c b/newlib/libc/stdio/vscanf.c
index 210774b..74b148d 100644
--- a/newlib/libc/stdio/vscanf.c
+++ b/newlib/libc/stdio/vscanf.c
@@ -45,7 +45,7 @@ _DEFUN(vscanf, (fmt, ap),
int
_DEFUN(_vscanf_r, (ptr, fmt, ap),
struct _reent *ptr _AND
- _CONST char *fmt _AND
+ _CONST char *__restrict fmt _AND
va_list ap)
{
_REENT_SMALL_CHECK_INIT (ptr);