diff options
Diffstat (limited to 'include/uapi/linux/ptrace.h')
-rw-r--r-- | include/uapi/linux/ptrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/ptrace.h b/include/uapi/linux/ptrace.h index a7a697986614..fb8106509000 100644 --- a/include/uapi/linux/ptrace.h +++ b/include/uapi/linux/ptrace.h | |||
@@ -64,6 +64,8 @@ struct ptrace_peeksiginfo_args { | |||
64 | #define PTRACE_GETSIGMASK 0x420a | 64 | #define PTRACE_GETSIGMASK 0x420a |
65 | #define PTRACE_SETSIGMASK 0x420b | 65 | #define PTRACE_SETSIGMASK 0x420b |
66 | 66 | ||
67 | #define PTRACE_SECCOMP_GET_FILTER 0x420c | ||
68 | |||
67 | /* Read signals from a shared (process wide) queue */ | 69 | /* Read signals from a shared (process wide) queue */ |
68 | #define PTRACE_PEEKSIGINFO_SHARED (1 << 0) | 70 | #define PTRACE_PEEKSIGINFO_SHARED (1 << 0) |
69 | 71 | ||