diff options
author | Elliott Hughes <enh@google.com> | 2013-11-15 14:57:45 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-11-15 14:57:45 -0800 |
commit | e48b68570d872ef7ece1d873c0ea298ea76393f3 (patch) | |
tree | 8c6d8721af2bfddd2c649a0d887a4a905358da04 /libc/Android.mk | |
parent | e39e3a77d6e8cf681718a572bc754fd64dfc87ff (diff) | |
download | bionic-e48b68570d872ef7ece1d873c0ea298ea76393f3.zip bionic-e48b68570d872ef7ece1d873c0ea298ea76393f3.tar.gz bionic-e48b68570d872ef7ece1d873c0ea298ea76393f3.tar.bz2 |
Clean up the pthread_create trampoline.
Bug: 8206355
Bug: 11693195
Change-Id: I35cc024d5b6ebd19d1d2e45610db185addaf45df
Diffstat (limited to 'libc/Android.mk')
-rw-r--r-- | libc/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/Android.mk b/libc/Android.mk index b24320d..aad6b04 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -289,7 +289,6 @@ libc_bionic_src_files := \ bionic/sysconf.cpp \ bionic/thread_atexit.cpp \ bionic/tdestroy.cpp \ - bionic/__thread_entry.cpp \ bionic/timer.cpp \ bionic/tmpfile.cpp \ bionic/unlink.cpp \ |