mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 14:21:57 +00:00
add __isoc99_vfscanf weak alias to vfscanf
this glibc abi compatibility function was missed when the scanf aliases were added.
This commit is contained in:
@@ -328,3 +328,5 @@ match_fail:
|
||||
FUNLOCK(f);
|
||||
return matches;
|
||||
}
|
||||
|
||||
weak_alias(vfscanf,__isoc99_vfscanf);
|
||||
|
Reference in New Issue
Block a user