]> granicus.if.org Git - strace/commitdiff
Update PTRACE_O_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 17 May 2013 22:22:19 +0000 (22:22 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 17 May 2013 22:22:19 +0000 (22:22 +0000)
* process.c (ptrace_setoptions_flags): Sync with Linux 3.9.

process.c

index 2c619e7fe9abed81199097b42fa6c75c42f99d05..799a314d69f939d6678ee69b3acef3cddad177ab 100644 (file)
--- a/process.c
+++ b/process.c
@@ -1322,6 +1322,12 @@ static const struct xlat ptrace_setoptions_flags[] = {
 # endif
 # ifdef PTRACE_O_TRACEEXIT
        { PTRACE_O_TRACEEXIT,   "PTRACE_O_TRACEEXIT"    },
+# endif
+# ifdef PTRACE_O_TRACESECCOMP
+       { PTRACE_O_TRACESECCOMP,"PTRACE_O_TRACESECCOMP" },
+# endif
+# ifdef PTRACE_O_EXITKILL
+       { PTRACE_O_EXITKILL,    "PTRACE_O_EXITKILL"     },
 # endif
        { 0,                    NULL                    },
 };