summaryrefslogtreecommitdiff
path: root/StdLibPrivateInternalFiles
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-03 00:35:55 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-03 00:35:55 +0000
commitfeb1422b3a557a844f1c8c9436fe1d7e0d87c364 (patch)
tree4f90601bad2ce3b8fa87519fca53bd427ac2cb75 /StdLibPrivateInternalFiles
parentf45df7a607b8f875228e3fe4480f99bed8dad2b4 (diff)
downloadedk2-platforms-feb1422b3a557a844f1c8c9436fe1d7e0d87c364.tar.xz
StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.
Signed-off-by: darylm503 Reviewed-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12654 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLibPrivateInternalFiles')
-rw-r--r--StdLibPrivateInternalFiles/Include/extern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/StdLibPrivateInternalFiles/Include/extern.h b/StdLibPrivateInternalFiles/Include/extern.h
index fc39d52908..e0303dca11 100644
--- a/StdLibPrivateInternalFiles/Include/extern.h
+++ b/StdLibPrivateInternalFiles/Include/extern.h
@@ -66,6 +66,4 @@ int __sysctl(const int *, unsigned int, void *, size_t *, const void *, size_t);
void Efi2Tm( EFI_TIME *ET, struct tm *BT);
time_t Efi2Time( EFI_TIME *EfiBDtime);
-int ffs(int x);
-
__END_DECLS