pthread_sigmask

Function pthread_sigmask 

Source
pub unsafe extern "C" fn pthread_sigmask(
    how: i32,
    set: *const u32,
    oldset: *mut u32,
) -> i32