Skip to content

Commit 24f8972

Browse files
committed
[breaking change] remove PTRACE_GET/SET/FP/REGS from s390x
1 parent 4a8fa6f commit 24f8972

File tree

1 file changed

+0
-4
lines changed
  • src/unix/notbsd/linux/s390x

1 file changed

+0
-4
lines changed

src/unix/notbsd/linux/s390x/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,6 @@ pub const PTRACE_POKEUSER: ::c_uint = 6;
782782
pub const PTRACE_CONT: ::c_uint = 7;
783783
pub const PTRACE_KILL: ::c_uint = 8;
784784
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;
789785
pub const PTRACE_ATTACH: ::c_uint = 16;
790786
pub const PTRACE_DETACH: ::c_uint = 17;
791787
pub const PTRACE_SYSCALL: ::c_uint = 24;

0 commit comments

Comments
 (0)