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

posix_spawnattr_setsigmask

Function posix_spawnattr_setsigmask 

Source
pub unsafe extern "C" fn posix_spawnattr_setsigmask(
    attr: *mut posix_spawnattr_t,
    default: *const sigset_t,
) -> c_int