Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

sigprocmask

Function sigprocmask 

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