diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:12:14 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:17:40 +0200 |
| commit | 98b0bddc4dc66e345d38ac749890263b91cf02f1 (patch) | |
| tree | 5bfad6f609bc23a8504ba7d3dd4a19188f77f2b8 /sys/linux/sys_arm64.const | |
| parent | ce0eccdea6538570bf9d664824cca607012b2f5c (diff) | |
sys/linux: treat cuse as fuse
It's mostly fuse.
Also regenerate consts on latest kernel.
Diffstat (limited to 'sys/linux/sys_arm64.const')
| -rw-r--r-- | sys/linux/sys_arm64.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const index 5e0bf876d..77673a146 100644 --- a/sys/linux/sys_arm64.const +++ b/sys/linux/sys_arm64.const @@ -754,7 +754,7 @@ __NR_renameat = 38 __NR_renameat2 = 276 __NR_restart_syscall = 128 # __NR_rmdir is not set -# __NR_rseq is not set +__NR_rseq = 293 __NR_rt_sigaction = 134 __NR_rt_sigpending = 136 __NR_rt_sigprocmask = 135 |
