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] |
Rename __bionic_clone_entry to __start_thread. This seems a bit less obscure. Change-Id: I7dc528c253b73c861694f67556ad8f919bf92136
diff --git a/libc/arch-x86/bionic/__bionic_clone.S b/libc/arch-x86/bionic/__bionic_clone.S index 0c0feff..917dc68 100644 --- a/libc/arch-x86/bionic/__bionic_clone.S +++ b/libc/arch-x86/bionic/__bionic_clone.S
@@ -39,7 +39,7 @@ .L_bc_child: # We don't want anyone to unwind past this point. .cfi_undefined %eip - call __bionic_clone_entry + call __start_thread hlt .L_bc_parent: