Function pthread_sigmask

Source
pub unsafe extern "C" fn pthread_sigmask(
    __how: i32,
    __newmask: *const __sigset_t,
    __oldmask: *mut __sigset_t,
) -> i32