mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
nptl: Remove pthread raise implementation
The Linux version already target the current thread by using tgkill along with getpid and gettid. For arm, libpthread does not do a intra PLT since it will call the raise from libc. Checked on x86_64-linux-gnu.
This commit is contained in:
@@ -52,7 +52,6 @@ GLIBC_2.0 pthread_setcancelstate F
|
||||
GLIBC_2.0 pthread_setcanceltype F
|
||||
GLIBC_2.0 pthread_setspecific F
|
||||
GLIBC_2.0 pthread_testcancel F
|
||||
GLIBC_2.0 raise F
|
||||
GLIBC_2.0 sem_destroy F
|
||||
GLIBC_2.0 sem_getvalue F
|
||||
GLIBC_2.0 sem_init F
|
||||
|
@@ -116,7 +116,6 @@ GLIBC_2.2 pthread_spin_trylock F
|
||||
GLIBC_2.2 pthread_spin_unlock F
|
||||
GLIBC_2.2 pthread_testcancel F
|
||||
GLIBC_2.2 pthread_yield F
|
||||
GLIBC_2.2 raise F
|
||||
GLIBC_2.2 sem_close F
|
||||
GLIBC_2.2 sem_destroy F
|
||||
GLIBC_2.2 sem_getvalue F
|
||||
|
Reference in New Issue
Block a user