mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
linux: add missing io_uring opcodes
This commit is contained in:
parent
e56fe06d30
commit
20ea0012f0
@ -4151,6 +4151,13 @@ pub const IORING_OP = enum(u8) {
|
||||
URING_CMD,
|
||||
SEND_ZC,
|
||||
SENDMSG_ZC,
|
||||
READ_MULTISHOT,
|
||||
WAITID,
|
||||
FUTEX_WAIT,
|
||||
FUTEX_WAKE,
|
||||
FUTEX_WAITV,
|
||||
FIXED_FD_INSTALL,
|
||||
FTRUNCATE,
|
||||
|
||||
_,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user