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 4a8fa6f commit 24f8972Copy full SHA for 24f8972
src/unix/notbsd/linux/s390x/mod.rs
@@ -782,10 +782,6 @@ pub const PTRACE_POKEUSER: ::c_uint = 6;
782
pub const PTRACE_CONT: ::c_uint = 7;
783
pub const PTRACE_KILL: ::c_uint = 8;
784
pub const PTRACE_SINGLESTEP: ::c_uint = 9;
785
-pub const PTRACE_GETREGS: ::c_uint = 12;
786
-pub const PTRACE_SETREGS: ::c_uint = 13;
787
-pub const PTRACE_GETFPREGS: ::c_uint = 14;
788
-pub const PTRACE_SETFPREGS: ::c_uint = 15;
789
pub const PTRACE_ATTACH: ::c_uint = 16;
790
pub const PTRACE_DETACH: ::c_uint = 17;
791
pub const PTRACE_SYSCALL: ::c_uint = 24;
0 commit comments