File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -185,16 +185,6 @@ pub const PTRACE_INTERRUPT: ::c_int = 0x4207;
185
185
pub const PTRACE_LISTEN : :: c_int = 0x4208 ;
186
186
pub const PTRACE_PEEKSIGINFO : :: c_int = 0x4209 ;
187
187
188
- pub const PTRACE_O_EXITKILL : :: c_int = 1048576 ;
189
- pub const PTRACE_O_TRACECLONE : :: c_int = 8 ;
190
- pub const PTRACE_O_TRACEEXEC : :: c_int = 16 ;
191
- pub const PTRACE_O_TRACEEXIT : :: c_int = 64 ;
192
- pub const PTRACE_O_TRACEFORK : :: c_int = 2 ;
193
- pub const PTRACE_O_TRACESYSGOOD : :: c_int = 1 ;
194
- pub const PTRACE_O_TRACEVFORK : :: c_int = 4 ;
195
- pub const PTRACE_O_TRACEVFORKDONE : :: c_int = 32 ;
196
- pub const PTRACE_O_SUSPEND_SECCOMP : :: c_int = 2097152 ;
197
-
198
188
pub const MADV_DODUMP : :: c_int = 17 ;
199
189
pub const MADV_DONTDUMP : :: c_int = 16 ;
200
190
Original file line number Diff line number Diff line change @@ -445,16 +445,6 @@ pub const PTRACE_GETFPXREGS: ::c_uint = 18;
445
445
pub const PTRACE_SETFPXREGS : :: c_uint = 19 ;
446
446
pub const PTRACE_GETREGS : :: c_uint = 12 ;
447
447
pub const PTRACE_SETREGS : :: c_uint = 13 ;
448
- pub const PTRACE_O_EXITKILL : :: c_uint = 1048576 ;
449
- pub const PTRACE_O_TRACECLONE : :: c_uint = 8 ;
450
- pub const PTRACE_O_TRACEEXEC : :: c_uint = 16 ;
451
- pub const PTRACE_O_TRACEEXIT : :: c_uint = 64 ;
452
- pub const PTRACE_O_TRACEFORK : :: c_uint = 2 ;
453
- pub const PTRACE_O_TRACESYSGOOD : :: c_uint = 1 ;
454
- pub const PTRACE_O_TRACEVFORK : :: c_uint = 4 ;
455
- pub const PTRACE_O_TRACEVFORKDONE : :: c_uint = 32 ;
456
- pub const PTRACE_O_TRACESECCOMP : :: c_uint = 128 ;
457
- pub const PTRACE_O_SUSPEND_SECCOMP : :: c_uint = 2097152 ;
458
448
pub const PTRACE_PEEKSIGINFO_SHARED : :: c_uint = 1 ;
459
449
460
450
pub const MCL_CURRENT : :: c_int = 0x0001 ;
You can’t perform that action at this time.
0 commit comments