mirror of
https://sourceware.org/git/glibc.git
synced 2025-04-26 15:09:05 +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.