summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/vprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/vprintf.c')
-rw-r--r--newlib/libc/stdio/vprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vprintf.c b/newlib/libc/stdio/vprintf.c
index 375656972..581efeb2e 100644
--- a/newlib/libc/stdio/vprintf.c
+++ b/newlib/libc/stdio/vprintf.c
@@ -44,7 +44,7 @@ _DEFUN(vprintf, (fmt, ap),
int
_DEFUN(_vprintf_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);