summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/vsiscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/vsiscanf.c')
-rw-r--r--newlib/libc/stdio/vsiscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vsiscanf.c b/newlib/libc/stdio/vsiscanf.c
index ffbf22e97..c26171acf 100644
--- a/newlib/libc/stdio/vsiscanf.c
+++ b/newlib/libc/stdio/vsiscanf.c
@@ -71,5 +71,5 @@ _DEFUN(_vsiscanf_r, (ptr, str, fmt, ap),
f._ub._base = NULL;
f._lb._base = NULL;
f._file = -1; /* No file. */
- return __svfiscanf_r (ptr, &f, fmt, ap);
+ return __ssvfiscanf_r (ptr, &f, fmt, ap);
}