Function arch_prctl

Source
pub unsafe fn arch_prctl(option: ArchPrctlOp, arg2: u64) -> Result<i64, Errno>
Expand description

Execute the arch_prctl syscall.

ยงSafety

Some operations may change OS behavior in a way that violates assumptions that other code relies on.