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 a114e91 commit 12e1cd1Copy full SHA for 12e1cd1
src/unix/notbsd/linux/other/b32/x86.rs
@@ -130,8 +130,6 @@ pub const SYS_perf_event_open: ::c_long = 336;
130
131
pub const PTRACE_GETFPXREGS: ::c_uint = 18;
132
pub const PTRACE_SETFPXREGS: ::c_uint = 19;
133
-pub const PTRACE_SYSEMU: ::c_uint = 31;
134
-pub const PTRACE_SYSEMU_SINGLESTEP: ::c_uint = 32;
135
136
pub const MCL_CURRENT: ::c_int = 0x0001;
137
pub const MCL_FUTURE: ::c_int = 0x0002;
0 commit comments