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 /StdLib | |
parent | 5c5e4a12de6b568c1f460b71b6d2399069bf12f1 (diff) | |
download | edk2-f45df7a607b8f875228e3fe4480f99bed8dad2b4.tar.gz edk2-f45df7a607b8f875228e3fe4480f99bed8dad2b4.tar.bz2 edk2-f45df7a607b8f875228e3fe4480f99bed8dad2b4.zip |
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 'StdLib')
-rw-r--r-- | StdLib/LibC/Stdio/vfscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/LibC/Stdio/vfscanf.c b/StdLib/LibC/Stdio/vfscanf.c index 861fb53301..4f84a39c68 100644 --- a/StdLib/LibC/Stdio/vfscanf.c +++ b/StdLib/LibC/Stdio/vfscanf.c @@ -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.
*/
|