os/linux: add more io_uring opcode
This commit is contained in:
@@ -3576,6 +3576,12 @@ pub const IORING_OP = enum(u8) {
|
||||
PROVIDE_BUFFERS,
|
||||
REMOVE_BUFFERS,
|
||||
TEE,
|
||||
SHUTDOWN,
|
||||
RENAMEAT,
|
||||
UNLINKAT,
|
||||
MKDIRAT,
|
||||
SYMLINKAT,
|
||||
LINKAT,
|
||||
|
||||
_,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user