diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 07:45:06 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 10:29:09 +0200 |
| commit | 24040eec46931af5a73c2aad1ee0acd4052ddb25 (patch) | |
| tree | 31ccfe0b03a629e75e1cc37da7bdaaa6f1300759 /sys/linux/sys.txt.const | |
| parent | afdfa5021caf77ae2b83a5f61c66d8babe27c858 (diff) | |
sys/linux: update consts to next-20230331
Diffstat (limited to 'sys/linux/sys.txt.const')
| -rw-r--r-- | sys/linux/sys.txt.const | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
