mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
os/linux: add more io_uring opcode
This commit is contained in:
parent
a76910b691
commit
331b8e892a
@ -3576,6 +3576,12 @@ pub const IORING_OP = enum(u8) {
|
||||
PROVIDE_BUFFERS,
|
||||
REMOVE_BUFFERS,
|
||||
TEE,
|
||||
SHUTDOWN,
|
||||
RENAMEAT,
|
||||
UNLINKAT,
|
||||
MKDIRAT,
|
||||
SYMLINKAT,
|
||||
LINKAT,
|
||||
|
||||
_,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user