aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/riscv64.zig
diff options
context:
space:
mode:
authorStephen Gregoratto <dev@sgregoratto.me>2021-10-17 13:48:48 +1100
committerAndrew Kelley <andrew@ziglang.org>2021-10-17 14:22:47 -0400
commit98a37dfb23202e3f56e1596a19be3fa563f65eeb (patch)
tree1015358e9459dc5c35b665bed64b7b472cee7955 /lib/std/os/linux/riscv64.zig
parent127cd06ba1c3406a41aecae01ca32162690ab4e1 (diff)
downloadzig-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.zig4
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,
_,
};