We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880e4ff commit ecc39c7Copy full SHA for ecc39c7
include/uapi/linux/io_uring.h
@@ -50,7 +50,7 @@ struct io_uring_sqe {
50
};
51
__u32 len; /* buffer size or number of iovecs */
52
union {
53
- __kernel_rwf_t rw_flags;
+ __u32 rw_flags;
54
__u32 fsync_flags;
55
__u16 poll_events; /* compatibility */
56
__u32 poll32_events; /* word-reversed for BE */
0 commit comments