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

sigaltstack

Function sigaltstack 

Source
pub unsafe extern "C" fn sigaltstack(
    ss: *const stack_t,
    oss: *mut stack_t,
) -> c_int