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:
parent
bcff807dc3
commit
5f94205369
1 changed files with 2 additions and 0 deletions
|
|
@ -328,3 +328,5 @@ match_fail:
|
|||
FUNLOCK(f);
|
||||
return matches;
|
||||
}
|
||||
|
||||
weak_alias(vfscanf,__isoc99_vfscanf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue