We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76759d6 commit 21eb1c5Copy full SHA for 21eb1c5
src/unix/notbsd/mod.rs
@@ -740,7 +740,8 @@ pub const PTRACE_EVENT_EXEC: ::c_int = 4;
740
pub const PTRACE_EVENT_VFORK_DONE: ::c_int = 5;
741
pub const PTRACE_EVENT_EXIT: ::c_int = 6;
742
pub const PTRACE_EVENT_SECCOMP: ::c_int = 7;
743
-pub const PTRACE_EVENT_STOP: ::c_int = 128;
+// PTRACE_EVENT_STOP was added to glibc in 2.26
744
+// pub const PTRACE_EVENT_STOP: ::c_int = 128;
745
746
pub const __WNOTHREAD: ::c_int = 0x20000000;
747
pub const __WALL: ::c_int = 0x40000000;
0 commit comments