aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
diff options
context:
space:
mode:
authorStephen Gregoratto <dev@sgregoratto.me>2022-08-01 22:53:46 +1000
committerVeikka Tuominen <git@vexu.eu>2022-08-05 15:36:32 +0300
commitb3950d4a88425719a642fe71d4739185a8632f89 (patch)
treea3bf879942edf0c876633b8797b0e36a8b1abd89 /lib/std/os
parent42ade6a11443d50bec1131283899e1a9d77c01d6 (diff)
downloadzig-b3950d4a88425719a642fe71d4739185a8632f89.tar.gz
zig-b3950d4a88425719a642fe71d4739185a8632f89.zip
Update Linux syscall list for 5.19
New changes: memfd_secret implemented for RISC-V.
Diffstat (limited to 'lib/std/os')
-rw-r--r--lib/std/os/linux/syscalls.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/os/linux/syscalls.zig b/lib/std/os/linux/syscalls.zig
index fb0993afe5..6e8cee7b84 100644
--- a/lib/std/os/linux/syscalls.zig
+++ b/lib/std/os/linux/syscalls.zig
@@ -3485,6 +3485,7 @@ pub const RiscV64 = enum(usize) {
landlock_create_ruleset = 444,
landlock_add_rule = 445,
landlock_restrict_self = 446,
+ memfd_secret = 447,
process_mrelease = 448,
futex_waitv = 449,
set_mempolicy_home_node = 450,