llvm-project
b996b4ee - [libc] Implement pthread_sigmask (#198682)

Commit
68 days ago
[libc] Implement pthread_sigmask (#198682) * Extract `rt_sigprocmask` syscall wrapper into the libc/src/__support/OSUtil/linux/syscall_wrappers/ directory * Convert all existing users of this syscall, and simplify the logic where applicable. * Implement `pthread_sigmask`, which is effectively another POSIX wrapper around `rt_sigprocmask` syscall similar to `sigprocmask`
Author
Parents
Loading