mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
StdLib: Make the vfscanf function public.
Signed-off-by: darylm503 Reviewed-by: geekboy15a git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12653 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5c5e4a12de
commit
f45df7a607
@ -68,7 +68,7 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Provide an external name for vfscanf. Note, we don't use the normal
|
||||
* Provide an external name for vfscanf. Note, EFI uses the normal
|
||||
* namespace.h method; stdio routines explicitly use the internal name
|
||||
* __svfscanf.
|
||||
*/
|
||||
|
@ -48,6 +48,7 @@
|
||||
#define strtoll _strtoll
|
||||
#define strtoull _strtoull
|
||||
#define strtoumax _strtoumax
|
||||
#define vfscanf __svfscanf
|
||||
|
||||
#if 0
|
||||
#define brk _brk
|
||||
|
Loading…
x
Reference in New Issue
Block a user