diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 13:04:04 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 17:23:20 +0100 |
| commit | e5b64d68915ed04952cef2f5dcb3f3ccbb7cfa57 (patch) | |
| tree | 2912b3338a58d86e283dc116ac02f3a069b77c81 /sys/linux/sys.txt.const | |
| parent | aff16d3fed742e27093858a70f8bd5cbf6f0dedd (diff) | |
sys/linux: update consts
Update consts on upstream 7a7fd0de4a9804299793e564a555a49c1fc924cb.
Remove termiox ioctls, they were removed in commit e0efb3168d34.
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 56e3ec0b5..f6fa25260 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -394,8 +394,8 @@ PTRACE_SETREGSET = 16901 PTRACE_SETSIGINFO = 16899 PTRACE_SINGLESTEP = 9 PTRACE_SYSCALL = 24 -PTRACE_SYSEMU = 31, arm:mips64le:riscv64:s390x:???, ppc64le:29 -PTRACE_SYSEMU_SINGLESTEP = 32, arm:mips64le:riscv64:s390x:???, ppc64le:30 +PTRACE_SYSEMU = 31, arm:mips64le:riscv64:???, ppc64le:29 +PTRACE_SYSEMU_SINGLESTEP = 32, arm:mips64le:riscv64:???, ppc64le:30 PTRACE_TRACEME = 0 P_ALL = 0 P_PGID = 2 |
