OSDN Git Service

Remove the obsolete _thread_created_hook.
authorElliott Hughes <enh@google.com>
Thu, 10 Jul 2014 05:13:55 +0000 (22:13 -0700)
committerElliott Hughes <enh@google.com>
Thu, 10 Jul 2014 05:13:55 +0000 (22:13 -0700)
commite0f25dda3f38a70e5689e785597c5cf2b68bdcf8
treebacde97e2513770b1d9c9bfe76792f1e7c0d7d57
parentd028b6209cde7929e6d0613cbd92cc7b766d3d09
Remove the obsolete _thread_created_hook.

gdb won't even try to use this on Android because it knows we don't
support old enough kernels to need it.

Bug: 15470251
Change-Id: Ia6d54585d888bbab8ee0490a148a1586b25437b9
libc/bionic/pthread_create.cpp