diff options
Diffstat (limited to 'sys/linux/sys_amd64.const')
| -rw-r--r-- | sys/linux/sys_amd64.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 2879c2bdd..a3bdb1484 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.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 = 264 __NR_renameat2 = 316 __NR_restart_syscall = 219 __NR_rmdir = 84 +__NR_rseq = 334 __NR_rt_sigaction = 13 __NR_rt_sigpending = 127 __NR_rt_sigprocmask = 14 |
