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/powerpc/sys/ptrace.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc/sysdeps/linux/powerpc/sys') diff --git a/libc/sysdeps/linux/powerpc/sys/ptrace.h b/libc/sysdeps/linux/powerpc/sys/ptrace.h index dd81efc28..b747a2ee5 100644 --- a/libc/sysdeps/linux/powerpc/sys/ptrace.h +++ b/libc/sysdeps/linux/powerpc/sys/ptrace.h @@ -123,13 +123,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 { -- cgit v1.2.3