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.
PT_SUSPEND
1 parent 04cd0d2 commit 423d634Copy full SHA for 423d634
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1893,7 +1893,7 @@ pub const PT_GET_PROCESS_STATE: c_int = 18;
1893
pub const PT_SET_SIGINFO: c_int = 19;
1894
pub const PT_GET_SIGINFO: c_int = 20;
1895
pub const PT_RESUME: c_int = 21;
1896
-pub const PT_SUSPEND: c_int = 23;
+pub const PT_SUSPEND: c_int = 22;
1897
pub const PT_STOP: c_int = 23;
1898
pub const PT_LWPSTATUS: c_int = 24;
1899
pub const PT_LWPNEXT: c_int = 25;
0 commit comments