summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-06 22:24:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-06 22:24:44 +0000
commit1c60f8080acaf0f1794689886e94e54d15d43a7b (patch)
tree1a33f54a268b06c93059ccb6a1c756bd5a160c53 /libc/arch-x86
parent087b3cfa5b56c2e4a29cca225fdb1956033868ac (diff)
parentebc8cd117a562f387c52ed4e1aeba0fb21f33194 (diff)
downloadbionic-1c60f8080acaf0f1794689886e94e54d15d43a7b.zip
bionic-1c60f8080acaf0f1794689886e94e54d15d43a7b.tar.gz
bionic-1c60f8080acaf0f1794689886e94e54d15d43a7b.tar.bz2
Merge "Rename __bionic_clone_entry to __start_thread."
Diffstat (limited to 'libc/arch-x86')
-rw-r--r--libc/arch-x86/bionic/__bionic_clone.S2
1 files changed, 1 insertions, 1 deletions
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 @@ ENTRY(__bionic_clone)
.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: