diff options
Diffstat (limited to 'libc/sysdeps/linux/common/sys')
-rw-r--r-- | libc/sysdeps/linux/common/sys/ptrace.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/common/sys/ptrace.h b/libc/sysdeps/linux/common/sys/ptrace.h index 7a7998a6c..6b3c7b574 100644 --- a/libc/sysdeps/linux/common/sys/ptrace.h +++ b/libc/sysdeps/linux/common/sys/ptrace.h @@ -148,13 +148,6 @@ enum __ptrace_request PTRACE_LISTEN = 0x4208 }; - -/* Flag for PTRACE_LISTEN. */ -enum __ptrace_flags -{ - PTRACE_SEIZE_DEVEL = 0x80000000 -}; - /* Options set using PTRACE_SETOPTIONS. */ enum __ptrace_setoptions { |