diff options
| author | Stephen Gregoratto <dev@sgregoratto.me> | 2021-10-17 13:48:48 +1100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-10-17 14:22:47 -0400 |
| commit | 98a37dfb23202e3f56e1596a19be3fa563f65eeb (patch) | |
| tree | 1015358e9459dc5c35b665bed64b7b472cee7955 /lib/std/os/linux/riscv64.zig | |
| parent | 127cd06ba1c3406a41aecae01ca32162690ab4e1 (diff) | |
| download | zig-98a37dfb23202e3f56e1596a19be3fa563f65eeb.tar.gz zig-98a37dfb23202e3f56e1596a19be3fa563f65eeb.zip | |
Linux: Update syscall numbers for 5.14
Diffstat (limited to 'lib/std/os/linux/riscv64.zig')
| -rw-r--r-- | lib/std/os/linux/riscv64.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/std/os/linux/riscv64.zig b/lib/std/os/linux/riscv64.zig index be78a1bf4e..75505442c0 100644 --- a/lib/std/os/linux/riscv64.zig +++ b/lib/std/os/linux/riscv64.zig @@ -403,6 +403,10 @@ pub const SYS = enum(usize) { faccessat2 = 439, process_madvise = 440, epoll_pwait2 = 441, + mount_setattr = 442, + landlock_create_ruleset = 444, + landlock_add_rule = 445, + landlock_restrict_self = 446, _, }; |
