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) { |
| 3882 | 3882 | MKDIRAT, |
| 3883 | 3883 | SYMLINKAT, |
| 3884 | 3884 | LINKAT, |
| 3885 | MSG_RING, |
| 3886 | FSETXATTR, |
| 3887 | SETXATTR, |
| 3888 | FGETXATTR, |
| 3889 | GETXATTR, |
| 3890 | SOCKET, |
| 3891 | URING_CMD, |
| 3892 | SEND_ZC, |
| 3893 | SENDMSG_ZC, |
| 3885 | 3894 | |
| 3886 | 3895 | _, |
| 3887 | 3896 | }; |