mirror of
https://github.com/fluencelabs/musl
synced 2025-07-03 16:41:59 +00:00
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
This commit is contained in:
@ -36,7 +36,7 @@ void __pthread_unwind_next(struct __ptcb *cb)
|
||||
exit(0);
|
||||
|
||||
if (self->detached && self->map_base) {
|
||||
__syscall(__NR_rt_sigprocmask, SIG_BLOCK, (long)(uint64_t[1]){-1},0,8);
|
||||
__syscall(SYS_rt_sigprocmask, SIG_BLOCK, (long)(uint64_t[1]){-1},0,8);
|
||||
__unmapself(self->map_base, self->map_size);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user