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 9aa66dc commit 1f27f5dCopy full SHA for 1f27f5d
src/unix/linux_like/linux/gnu/b64/mips64.rs
@@ -831,6 +831,7 @@ pub const TCSAFLUSH: ::c_int = 0x5410;
831
832
pub const PTRACE_GETFPREGS: ::c_uint = 14;
833
pub const PTRACE_SETFPREGS: ::c_uint = 15;
834
+pub const PTRACE_DETACH: ::c_uint = 17;
835
pub const PTRACE_GETFPXREGS: ::c_uint = 18;
836
pub const PTRACE_SETFPXREGS: ::c_uint = 19;
837
pub const PTRACE_GETREGS: ::c_uint = 12;
0 commit comments