diff options
Diffstat (limited to 'stdio-common/vfscanf.c')
-rw-r--r-- | stdio-common/vfscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 3263268..2407354 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -3056,7 +3056,7 @@ ldbl_weak_alias (__vfwscanf, vfwscanf) int ___vfscanf (FILE *s, const char *format, va_list argptr) { - return _IO_vfscanf_internal (s, format, argptr, NULL); + return _IO_vfscanf (s, format, argptr, NULL); } ldbl_strong_alias (_IO_vfscanf_internal, _IO_vfscanf) ldbl_hidden_def (_IO_vfscanf_internal, _IO_vfscanf) |