shadow_shim_helper_rs::shim_shmem::export

Function shimshmem_getSigAltStack

source
#[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.