X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fptrace.h;h=bc385f8c9dd2f8e1c77f92c6c9c41ca4c6bce4b8;hb=aaa604052dce98cfb4cc39f561bbb739c69bd802;hp=a133e66a1764441b217bf20f8233926967daa9e3;hpb=8afd2a1d03de74f9e801bfbd2f15c6aab0fa1278;p=musl diff --git a/include/sys/ptrace.h b/include/sys/ptrace.h index a133e66a..bc385f8c 100644 --- a/include/sys/ptrace.h +++ b/include/sys/ptrace.h @@ -72,7 +72,8 @@ extern "C" { #define PTRACE_O_TRACEEXIT 0x00000040 #define PTRACE_O_TRACESECCOMP 0x00000080 #define PTRACE_O_EXITKILL 0x00100000 -#define PTRACE_O_MASK 0x001000ff +#define PTRACE_O_SUSPEND_SECCOMP 0x00200000 +#define PTRACE_O_MASK 0x003000ff #define PTRACE_EVENT_FORK 1 #define PTRACE_EVENT_VFORK 2