mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
linux: remove duplicated fields
This commit is contained in:
parent
f2ceb023f4
commit
e5ffb94911
@ -1260,11 +1260,6 @@ pub const io_uring_sqe = extern struct {
|
||||
ioprio: u16,
|
||||
fd: i32,
|
||||
|
||||
opcode: u8,
|
||||
flags: u8,
|
||||
ioprio: u16,
|
||||
fd: i32,
|
||||
|
||||
union1: union1,
|
||||
addr: u64,
|
||||
len: u32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user