commit | ebc8cd117a562f387c52ed4e1aeba0fb21f33194 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 06 15:18:54 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jun 06 15:18:54 2014 -0700 |
tree | f271f020ad489e0c6dddb6c2f4135963f8bec9bd | |
parent | b837767a63dfc65653448cf732090d7d0b270080 [diff] [blame] |
Rename __bionic_clone_entry to __start_thread. This seems a bit less obscure. Change-Id: I7dc528c253b73c861694f67556ad8f919bf92136
diff --git a/libc/arch-mips/bionic/__bionic_clone.S b/libc/arch-mips/bionic/__bionic_clone.S index 7b138ae..4b4498d 100644 --- a/libc/arch-mips/bionic/__bionic_clone.S +++ b/libc/arch-mips/bionic/__bionic_clone.S
@@ -60,8 +60,8 @@ lw a0,0(sp) # fn lw a1,4(sp) # arg - # void __bionic_clone_entry(int (*func)(void*), void *arg) - la t9,__bionic_clone_entry + # void __start_thread(int (*func)(void*), void *arg) + la t9,__start_thread j t9 .L__error_bc: