diff options
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index 1ae1e3a54..6b1abbc45 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.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 = 329 __NR_renameat2 = 382 __NR_restart_syscall = 0 __NR_rmdir = 40 +__NR_rseq = 398 __NR_rt_sigaction = 174 __NR_rt_sigpending = 176 __NR_rt_sigprocmask = 175 |
