authorgravatar for contact@kaij.techKai Jellinghaus <contact@kaij.tech> 2023-10-04 11:18:14+02:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2023-10-04 09:18:14+00:00
log11489bb04f82cf91e23bd1980fb4cf49b5a6fc54
tree200fd338f6136eaaa93c8284e0f7d2183c42f597
parent4df7f7c86a0a105b5d3764121f259a39487a6c8a
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Update IORING_OP to reflect upstream (#17388)

Reference [upstream io_uring.h](https://github.com/torvalds/linux/blob/cbf3a2cb156a2c911d8f38d8247814b4c07f49a2/include/uapi/linux/io_uring.h#L234)

1 files changed, 9 insertions(+), 0 deletions(-)

lib/std/os/linux.zig+9
......@@ -3882,6 +3882,15 @@ pub const IORING_OP = enum(u8) {
38823882 MKDIRAT,
38833883 SYMLINKAT,
38843884 LINKAT,
3885 MSG_RING,
3886 FSETXATTR,
3887 SETXATTR,
3888 FGETXATTR,
3889 GETXATTR,
3890 SOCKET,
3891 URING_CMD,
3892 SEND_ZC,
3893 SENDMSG_ZC,
38853894
38863895 _,
38873896};