aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-12 18:06:44 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-06-12 18:06:44 +0200
commitb431b2cc4c68297f3267543f1bbd4a91cd42d1e0 (patch)
tree677c20362ae21d408acdd9814929cbbefaa1a54e /sys/linux/sys_ppc64le.const
parent06ece2ca663d0565d9e4cd932c4c2d86767a5396 (diff)
sys/linux: add rseq syscall
Diffstat (limited to 'sys/linux/sys_ppc64le.const')
-rw-r--r--sys/linux/sys_ppc64le.const4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const
index 2f5f74620..94929773f 100644
--- a/sys/linux/sys_ppc64le.const
+++ b/sys/linux/sys_ppc64le.const
@@ -493,6 +493,9 @@ RLIMIT_RTPRIO = 14
RLIMIT_RTTIME = 15
RLIMIT_SIGPENDING = 11
RLIMIT_STACK = 3
+RSEQ_CS_FLAG_NO_RESTART_ON_MIGRATE = 4
+RSEQ_CS_FLAG_NO_RESTART_ON_PREEMPT = 1
+RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL = 2
RUSAGE_CHILDREN = 18446744073709551615
RUSAGE_SELF = 0
RUSAGE_THREAD = 1
@@ -751,6 +754,7 @@ __NR_renameat = 293
__NR_renameat2 = 357
__NR_restart_syscall = 0
__NR_rmdir = 40
+__NR_rseq = 387
__NR_rt_sigaction = 173
__NR_rt_sigpending = 175
__NR_rt_sigprocmask = 174