Commit ab1ed93ad9

Joran Dirk Greef <joran@ronomon.com>
2020-10-30 11:39:01
Add close_range, faccessat2 and process_madvise
1 parent 9423ed1
Changed files (1)
lib
std
os
bits
linux
lib/std/os/bits/linux/mips.zig
@@ -425,8 +425,11 @@ pub const SYS = extern enum(usize) {
     fspick = Linux + 433,
     pidfd_open = Linux + 434,
     clone3 = Linux + 435,
+    close_range = Linux + 436,
     openat2 = Linux + 437,
     pidfd_getfd = Linux + 438,
+    faccessat2 = Linux + 439,
+    process_madvise = Linux + 440,
 
     _,
 };