Skip to content

Commit f782201

Browse files
committed
Update PTRACE_O_* constants
* process.c (ptrace_setoptions_flags): Sync with Linux 3.9.
1 parent ea0d2a6 commit f782201

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

process.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,12 @@ static const struct xlat ptrace_setoptions_flags[] = {
13221322
# endif
13231323
# ifdef PTRACE_O_TRACEEXIT
13241324
{ PTRACE_O_TRACEEXIT, "PTRACE_O_TRACEEXIT" },
1325+
# endif
1326+
# ifdef PTRACE_O_TRACESECCOMP
1327+
{ PTRACE_O_TRACESECCOMP,"PTRACE_O_TRACESECCOMP" },
1328+
# endif
1329+
# ifdef PTRACE_O_EXITKILL
1330+
{ PTRACE_O_EXITKILL, "PTRACE_O_EXITKILL" },
13251331
# endif
13261332
{ 0, NULL },
13271333
};

0 commit comments

Comments
 (0)