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 1e04fb6 commit 4e21f4aCopy full SHA for 4e21f4a
src/unix/bsd/apple/mod.rs
@@ -747,7 +747,7 @@ pub const PROT_READ: ::c_int = 1;
747
pub const PROT_WRITE: ::c_int = 2;
748
pub const PROT_EXEC: ::c_int = 4;
749
750
-pub const PT_TRACEME: ::c_int = 0;
+pub const PT_TRACE_ME: ::c_int = 0;
751
pub const PT_READ_I: ::c_int = 1;
752
pub const PT_READ_D: ::c_int = 2;
753
pub const PT_READ_U: ::c_int = 3;
0 commit comments