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
This commit is contained in:
Andrew Hsieh
2013-06-19 15:53:13 -07:00
parent 9100913446
commit d166ec49f9
2 changed files with 1 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ clock_getres
clock_gettime
clock_nanosleep
clock_settime
clone
close
closedir
closelog