Constant libc::PTRACE_EVENT_STOP
pub const PTRACE_EVENT_STOP: ::c_int = 128;
The portability is definied by:
#[cfg(all(not(target_env = "uclibc"), not(any())))]
pub const PTRACE_EVENT_STOP: ::c_int = 128;
#[cfg(all(not(target_env = "uclibc"), not(any())))]