summaryrefslogtreecommitdiff
path: root/StdLibPrivateInternalFiles/Include/extern.h
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-30 00:25:54 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-30 00:25:54 +0000
commitf766dd76fde231ecd4f2e9faf99293e90902cebb (patch)
tree38f845277a463deb34006d84ff1651203dfa425a /StdLibPrivateInternalFiles/Include/extern.h
parent84c1b22e843a3af1994e2a938a3685f4874462f9 (diff)
downloadedk2-platforms-f766dd76fde231ecd4f2e9faf99293e90902cebb.tar.xz
Changes so that Argv points to narrow-character versions of the command-line arguments.
Fix "long double" handling and differences between MSFT and GCC compilers. Fix compliance issues with ISO/IEC 9899:199409 New Function declarations: setenv(), fparseln(), GetFileNameFromPath(), rename() git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12060 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLibPrivateInternalFiles/Include/extern.h')
-rw-r--r--StdLibPrivateInternalFiles/Include/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/StdLibPrivateInternalFiles/Include/extern.h b/StdLibPrivateInternalFiles/Include/extern.h
index 14e6fa04da..ff37d1c0a4 100644
--- a/StdLibPrivateInternalFiles/Include/extern.h
+++ b/StdLibPrivateInternalFiles/Include/extern.h
@@ -66,4 +66,6 @@ int vsnprintf_ss(char * __restrict, size_t, const char * __restrict,
void Efi2Tm( EFI_TIME *ET, struct tm *BT);
time_t Efi2Time( EFI_TIME *EfiBDtime);
+int ffs(int x);
+
__END_DECLS