aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_arm64.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_arm64.const
parent06ece2ca663d0565d9e4cd932c4c2d86767a5396 (diff)
sys/linux: add rseq syscall
Diffstat (limited to 'sys/linux/sys_arm64.const')
-rw-r--r--sys/linux/sys_arm64.const4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const
index 1e10a438a..5e0bf876d 100644
--- a/sys/linux/sys_arm64.const
+++ b/sys/linux/sys_arm64.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 = 38
__NR_renameat2 = 276
__NR_restart_syscall = 128
# __NR_rmdir is not set
+# __NR_rseq is not set
__NR_rt_sigaction = 134
__NR_rt_sigpending = 136
__NR_rt_sigprocmask = 135