mirror of https://github.com/acidanthera/audk.git
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
|
#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
|
* namespace.h method; stdio routines explicitly use the internal name
|
||||||
* __svfscanf.
|
* __svfscanf.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#define strtoll _strtoll
|
#define strtoll _strtoll
|
||||||
#define strtoull _strtoull
|
#define strtoull _strtoull
|
||||||
#define strtoumax _strtoumax
|
#define strtoumax _strtoumax
|
||||||
|
#define vfscanf __svfscanf
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define brk _brk
|
#define brk _brk
|
||||||
|
|
Loading…
Reference in New Issue