mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +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:
@@ -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
|
||||
|
@@ -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