summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-10 19:50:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-10 19:50:07 +0200
commit06eb521140f043454697f6a1d5593cb4f8bcfbe7 (patch)
tree52d7d3d911b3a12cef576bc0ddce81fbcfe43901 /libc/sysdeps/linux/sparc64
parent9db18d93811153fc9a70c9844fadc6fdf7cbbb64 (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/sparc64')
-rw-r--r--libc/sysdeps/linux/sparc64/sys/ptrace.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/sparc64/sys/ptrace.h b/libc/sysdeps/linux/sparc64/sys/ptrace.h
index cd6675d22..2f2111fbb 100644
--- a/libc/sysdeps/linux/sparc64/sys/ptrace.h
+++ b/libc/sysdeps/linux/sparc64/sys/ptrace.h
@@ -171,13 +171,6 @@ enum __ptrace_request
#define PTRACE_PEEKSIGINFO PTRACE_PEEKSIGINFO
};
-
-/* Flag for PTRACE_LISTEN. */
-enum __ptrace_flags
-{
- PTRACE_SEIZE_DEVEL = 0x80000000
-};
-
/* Options set using PTRACE_SETOPTIONS. */
enum __ptrace_setoptions
{