diff options
author | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-03 00:19:10 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-03 00:19:10 +0000 |
commit | f45df7a607b8f875228e3fe4480f99bed8dad2b4 (patch) | |
tree | 01c8687f4ee3a18b2eb6c75f236456c452e4f6bd /StdLibPrivateInternalFiles | |
parent | 5c5e4a12de6b568c1f460b71b6d2399069bf12f1 (diff) | |
download | edk2-platforms-f45df7a607b8f875228e3fe4480f99bed8dad2b4.tar.xz |
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
Diffstat (limited to 'StdLibPrivateInternalFiles')
-rw-r--r-- | StdLibPrivateInternalFiles/Include/namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StdLibPrivateInternalFiles/Include/namespace.h b/StdLibPrivateInternalFiles/Include/namespace.h index 67666fc999..b56dc96277 100644 --- a/StdLibPrivateInternalFiles/Include/namespace.h +++ b/StdLibPrivateInternalFiles/Include/namespace.h @@ -48,6 +48,7 @@ #define strtoll _strtoll
#define strtoull _strtoull
#define strtoumax _strtoumax
+#define vfscanf __svfscanf
#if 0
#define brk _brk
|