Commit 331b8e892a

Vincent Rischmann <vincent@rischmann.fr>
2021-12-12 16:55:51
os/linux: add more io_uring opcode
1 parent a76910b
Changed files (1)
lib
std
lib/std/os/linux.zig
@@ -3576,6 +3576,12 @@ pub const IORING_OP = enum(u8) {
     PROVIDE_BUFFERS,
     REMOVE_BUFFERS,
     TEE,
+    SHUTDOWN,
+    RENAMEAT,
+    UNLINKAT,
+    MKDIRAT,
+    SYMLINKAT,
+    LINKAT,
 
     _,
 };