From 06eb521140f043454697f6a1d5593cb4f8bcfbe7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Aug 2017 19:50:07 +0200 Subject: 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 --- libc/sysdeps/linux/common/sys/ptrace.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc/sysdeps/linux/common') 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 { -- cgit v1.2.3