commit | 954cf0d4e2669f91194b45f484152e47efa4f6c7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 08 19:00:23 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu May 08 19:00:23 2014 -0700 |
tree | a367f6590dcf1723983c7396a63bb6174b94b8e9 | |
parent | 170daa042cb0ef3e5d7839f79d052a683b3c670f [diff] |
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
diff --git a/libc/arch-mips/bionic/__bionic_clone.S b/libc/arch-mips/bionic/__bionic_clone.S index 9273134..11d596b 100644 --- a/libc/arch-mips/bionic/__bionic_clone.S +++ b/libc/arch-mips/bionic/__bionic_clone.S
@@ -66,3 +66,4 @@ la t9,__set_errno j t9 END(__bionic_clone) +.hidden __bionic_clone