From a6b7fe2ace19826871ca7758782dfe0382b497b1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 3 Apr 2023 07:45:08 +0200 Subject: sys/linux: add descriptions of PTRACE_SETSIGMASK --- sys/linux/sys.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/sys.txt.const') diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index c458cabd3..72d600f98 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -402,6 +402,7 @@ PTRACE_GETFPREGS = 14, arm64:riscv64:s390x:??? PTRACE_GETREGS = 12, arm64:riscv64:s390x:??? PTRACE_GETREGSET = 16900 PTRACE_GETSIGINFO = 16898 +PTRACE_GETSIGMASK = 16906 PTRACE_INTERRUPT = 16903 PTRACE_KILL = 8 PTRACE_LISTEN = 16904 @@ -429,6 +430,7 @@ PTRACE_SETOPTIONS = 16896 PTRACE_SETREGS = 13, arm64:riscv64:s390x:??? PTRACE_SETREGSET = 16901 PTRACE_SETSIGINFO = 16899 +PTRACE_SETSIGMASK = 16907 PTRACE_SINGLESTEP = 9 PTRACE_SYSCALL = 24 PTRACE_SYSEMU = 31, arm:mips64le:???, ppc64le:29 -- cgit mrf-deployment