[][src]Function libc::pthread_sigmask

pub unsafe extern "C" fn pthread_sigmask(
    how: c_int,
    set: *const sigset_t,
    oldset: *mut sigset_t
) -> c_int