1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-04-21 23:06:08 +03:00
Adhemerval Zanella ff1e342cd1 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.
2021-03-26 13:37:18 -03:00
..