diff options
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r-- | include/linux/ptrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index ad754d1e0b13..4f224f169524 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h | |||
@@ -49,6 +49,7 @@ | |||
49 | 49 | ||
50 | #define PTRACE_SEIZE 0x4206 | 50 | #define PTRACE_SEIZE 0x4206 |
51 | #define PTRACE_INTERRUPT 0x4207 | 51 | #define PTRACE_INTERRUPT 0x4207 |
52 | #define PTRACE_LISTEN 0x4208 | ||
52 | 53 | ||
53 | /* flags in @data for PTRACE_SEIZE */ | 54 | /* flags in @data for PTRACE_SEIZE */ |
54 | #define PTRACE_SEIZE_DEVEL 0x80000000 /* temp flag for development */ | 55 | #define PTRACE_SEIZE_DEVEL 0x80000000 /* temp flag for development */ |