Hide the __bionic_clone and __bionic_clone_entry implementation details.
clone(2) is the public symbol. Also switch a test from __bionic_clone to clone; testing public API means the test now works on glibc too. Change-Id: If59def26a00c3afadb8a6cf9442094c35a59ffde
This commit is contained in:
@@ -61,3 +61,4 @@ ENTRY(__bionic_clone)
|
||||
ldp x0, x1, [sp, #-16]
|
||||
b __bionic_clone_entry
|
||||
END(__bionic_clone)
|
||||
.hidden __bionic_clone
|
||||
|
||||
Reference in New Issue
Block a user