diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-10 19:50:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-10 19:50:07 +0200 |
commit | 06eb521140f043454697f6a1d5593cb4f8bcfbe7 (patch) | |
tree | 52d7d3d911b3a12cef576bc0ddce81fbcfe43901 /libc/sysdeps/linux/common/sys/ptrace.h | |
parent | 9db18d93811153fc9a70c9844fadc6fdf7cbbb64 (diff) |
sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant
Remove enum __ptrace_flags along with the only constant it contains,
PTRACE_SEIZE_DEVEL, from Linux's sys/ptrace.h files.
Following GNU C library commit:
60e2846e2633a990bdf474004a373bde54c0bc5f
Diffstat (limited to 'libc/sysdeps/linux/common/sys/ptrace.h')
-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 { |