From 24040eec46931af5a73c2aad1ee0acd4052ddb25 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 3 Apr 2023 07:45:06 +0200 Subject: sys/linux: update consts to next-20230331 --- sys/linux/sys.txt.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/sys.txt.const') diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index 501c165ac..5e2fbd90e 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -417,8 +417,8 @@ PTRACE_SETREGSET = 16901 PTRACE_SETSIGINFO = 16899 PTRACE_SINGLESTEP = 9 PTRACE_SYSCALL = 24 -PTRACE_SYSEMU = 31, arm:mips64le:riscv64:???, ppc64le:29 -PTRACE_SYSEMU_SINGLESTEP = 32, arm:mips64le:riscv64:???, ppc64le:30 +PTRACE_SYSEMU = 31, arm:mips64le:???, ppc64le:29 +PTRACE_SYSEMU_SINGLESTEP = 32, arm:mips64le:???, ppc64le:30 PTRACE_TRACEME = 0 P_ALL = 0 P_PGID = 2 -- cgit mrf-deployment