From 5f94205369a8b98ce2ce4ad2f7e2dba2da557846 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 8 Jan 2014 22:52:26 +0100 Subject: add __isoc99_vfscanf weak alias to vfscanf this glibc abi compatibility function was missed when the scanf aliases were added. --- src/stdio/vfscanf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stdio') diff --git a/src/stdio/vfscanf.c b/src/stdio/vfscanf.c index 0091a8d4..d4d2454b 100644 --- a/src/stdio/vfscanf.c +++ b/src/stdio/vfscanf.c @@ -328,3 +328,5 @@ match_fail: FUNLOCK(f); return matches; } + +weak_alias(vfscanf,__isoc99_vfscanf); -- cgit v1.2.1