shadow_shim_helper_rs::shim_shmem::export

Function shimshmem_setSignalAction

source
#[no_mangle]
pub unsafe extern "C-unwind" fn shimshmem_setSignalAction(
    lock: *const ShimShmemHostLock,
    process: *const ShimShmemProcess,
    sig: i32,
    action: *const linux_sigaction,
)
Expand description

ยงSafety

Pointer args must be safely dereferenceable.