summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-06-19 15:53:13 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2013-06-19 18:02:20 -0700
commitd166ec49f99aa1235189706c3ffe19615901e55c (patch)
tree82bd4e6d77ed9d0a7e05e78a1431e1f25bcc4e68
parent91009134462a1757982e5e80064075e52295e57c (diff)
Add clone in x86
clone is already declared in header and exists in both arm/mips libc. Add the missing one in libc.so and libc.a (*1) for x86. (*) only updated bionic_clone.o and clone.o from build after 22d366cc09383956dc264ed4641572e609392eee Change-Id: Ibcb39948d48b84398543d84304ead21dab534c40
-rw-r--r--ndk/platforms/android-9/arch-x86/lib/libc.abin3259518 -> 3266656 bytes
-rw-r--r--ndk/platforms/android-9/arch-x86/symbols/libc.so.functions.txt1
2 files changed, 1 insertions, 0 deletions
diff --git a/ndk/platforms/android-9/arch-x86/lib/libc.a b/ndk/platforms/android-9/arch-x86/lib/libc.a
index 29b1726ed..788b92e0d 100644
--- a/ndk/platforms/android-9/arch-x86/lib/libc.a
+++ b/ndk/platforms/android-9/arch-x86/lib/libc.a
Binary files differ
diff --git a/ndk/platforms/android-9/arch-x86/symbols/libc.so.functions.txt b/ndk/platforms/android-9/arch-x86/symbols/libc.so.functions.txt
index 2c7a608a2..2a77c4481 100644
--- a/ndk/platforms/android-9/arch-x86/symbols/libc.so.functions.txt
+++ b/ndk/platforms/android-9/arch-x86/symbols/libc.so.functions.txt
@@ -264,6 +264,7 @@ clock_getres
clock_gettime
clock_nanosleep
clock_settime
+clone
close
closedir
closelog