fix use of memset without declaration in sched.h cpu set macros
[musl] / include / sys / ptrace.h
index bc385f8..d9d4540 100644 (file)
@@ -39,6 +39,7 @@ extern "C" {
 #define PTRACE_PEEKSIGINFO 0x4209
 #define PTRACE_GETSIGMASK 0x420a
 #define PTRACE_SETSIGMASK 0x420b
+#define PTRACE_SECCOMP_GET_FILTER 0x420c
 
 #define PT_READ_I PTRACE_PEEKTEXT
 #define PT_READ_D PTRACE_PEEKDATA