Constant CLONE_CLEAR_SIGHAND
pub const CLONE_CLEAR_SIGHAND: u64 = 0x0001_0000_0000; // 4_294_967_296u64
Available on crate feature
dep_nc
only.Expand description
Flags for the clone3()
syscall.
Clear any signal handler and reset to SIG_DFL
.