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

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

§Safety

Pointer args must be safely dereferenceable.