#[no_mangle]
pub unsafe extern "C-unwind" fn shimshmem_setSigAltStack(
    lock: *const ShimShmemHostLock,
    thread: *const ShimShmemThread,
    stack: linux_stack_t,
)
Expand description

Set the signal stack as set by sigaltstack(2).

§Safety

Pointer args must be safely dereferenceable.