aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-10-30 11:02:08 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-10-30 11:15:50 +0100
commit12b38f22c18c6109a5cc1c0238d015eef121b9b7 (patch)
treeb6c18b97e8e28bb4e69213cc637237cdb5807ea5 /sys/linux/sys_ppc64le.const
parent362ef7639733f957b6d17bb4c730572958aa298c (diff)
sys/linux: fix up descriptions
1. Extract consts on the latest linux tree. 2. Don't manually define O_TMPFILE/O_ACCMODE/_LINUX_CAPABILITY_VERSION_N, they are defined in kernel headers. 3. Don't use CLOCK_SGI_CYCLE as clock id, it's not implemented.
Diffstat (limited to 'sys/linux/sys_ppc64le.const')
-rw-r--r--sys/linux/sys_ppc64le.const4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const
index c8f19a4a1..2be1e991b 100644
--- a/sys/linux/sys_ppc64le.const
+++ b/sys/linux/sys_ppc64le.const
@@ -541,8 +541,8 @@ PTRACE_SETREGSET = 16901
PTRACE_SETSIGINFO = 16899
PTRACE_SINGLESTEP = 9
PTRACE_SYSCALL = 24
-# PTRACE_SYSEMU is not set
-# PTRACE_SYSEMU_SINGLESTEP is not set
+PTRACE_SYSEMU = 29
+PTRACE_SYSEMU_SINGLESTEP = 30
PTRACE_TRACEME = 0
P_ALL = 0
P_PGID = 2