Copy Paste Error
Accidentally duplicated a line 3 times.
This commit is contained in:
parent
bb0064bcfd
commit
9f977e135d
@ -138,10 +138,6 @@ pub const PTRACE_INTERRUPT: ::c_int = 0x4207;
|
||||
pub const PTRACE_LISTEN: ::c_int = 0x4208;
|
||||
pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209;
|
||||
|
||||
pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209;
|
||||
pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209;
|
||||
pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209;
|
||||
|
||||
pub const PTRACE_O_EXITKILL: ::c_int = 1048576;
|
||||
pub const PTRACE_O_TRACECLONE: ::c_int = 8;
|
||||
pub const PTRACE_O_TRACEEXEC: ::c_int = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user