mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-17 05:11:21 +03:00
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.