Skip to content

Commit 12e1cd1

Browse files
committed
Forgot the x86 changes
1 parent a114e91 commit 12e1cd1

File tree

1 file changed

+0
-2
lines changed
  • src/unix/notbsd/linux/other/b32

1 file changed

+0
-2
lines changed

src/unix/notbsd/linux/other/b32/x86.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ pub const SYS_perf_event_open: ::c_long = 336;
130130

131131
pub const PTRACE_GETFPXREGS: ::c_uint = 18;
132132
pub const PTRACE_SETFPXREGS: ::c_uint = 19;
133-
pub const PTRACE_SYSEMU: ::c_uint = 31;
134-
pub const PTRACE_SYSEMU_SINGLESTEP: ::c_uint = 32;
135133

136134
pub const MCL_CURRENT: ::c_int = 0x0001;
137135
pub const MCL_FUTURE: ::c_int = 0x0002;

0 commit comments

Comments
 (0)