Skip to content
Snippets Groups Projects
Commit 12e1cd18 authored by William Laeder's avatar William Laeder
Browse files

Forgot the x86 changes

parent a114e91b
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,6 @@ pub const SYS_perf_event_open: ::c_long = 336;
pub const PTRACE_GETFPXREGS: ::c_uint = 18;
pub const PTRACE_SETFPXREGS: ::c_uint = 19;
pub const PTRACE_SYSEMU: ::c_uint = 31;
pub const PTRACE_SYSEMU_SINGLESTEP: ::c_uint = 32;
pub const MCL_CURRENT: ::c_int = 0x0001;
pub const MCL_FUTURE: ::c_int = 0x0002;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment