Skip to content

Commit 4e21f4a

Browse files
committed
Fixed TRACE_ME typo
1 parent 1e04fb6 commit 4e21f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ pub const PROT_READ: ::c_int = 1;
747747
pub const PROT_WRITE: ::c_int = 2;
748748
pub const PROT_EXEC: ::c_int = 4;
749749

750-
pub const PT_TRACEME: ::c_int = 0;
750+
pub const PT_TRACE_ME: ::c_int = 0;
751751
pub const PT_READ_I: ::c_int = 1;
752752
pub const PT_READ_D: ::c_int = 2;
753753
pub const PT_READ_U: ::c_int = 3;

0 commit comments

Comments
 (0)