mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-08 07:42:09 +03:00
use rt_sigprocmask, not legacy sigprocmask, syscall in pthread exit code
This commit is contained in:
parent
5316d083ec
commit
98e02144da
@ -25,7 +25,7 @@ void __pthread_unwind_next(struct __ptcb *cb)
|
||||
}
|
||||
}
|
||||
|
||||
syscall4(__NR_sigprocmask, SIG_BLOCK, (long)(uint64_t[1]){-1}, 0, 8);
|
||||
syscall4(__NR_rt_sigprocmask, SIG_BLOCK, (long)(uint64_t[1]){-1},0,8);
|
||||
|
||||
if (!a_fetch_add(&libc.threads_minus_1, -1))
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user