Copy Paste Error

Accidentally duplicated a line 3 times.
This commit is contained in:
valarauca 2016-07-31 18:50:54 -04:00 committed by GitHub
parent bb0064bcfd
commit 9f977e135d
1 changed files with 0 additions and 4 deletions

View File

@ -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;