From f66704a937db50bbd78acc5c29f569b4c8e35d19 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 18 Mar 2018 17:01:06 -0400 Subject: WIP finer-grained, more aggressive local PLT call check --- stdio-common/vfscanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/vfscanf.c') diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 3263268c7e..2407354ae4 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) -- cgit v1.2.3-70-g09d2