Function arch_prctl_raw

Source
pub unsafe fn arch_prctl_raw(option: c_int, arg2: c_ulong) -> 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.