| ... | @@ -954,7 +954,7 @@ pub const IO_Uring = struct { | ... | @@ -954,7 +954,7 @@ pub const IO_Uring = struct { |
| 954 | pub fn register_files_update(self: *IO_Uring, offset: u32, fds: []const os.fd_t) !void { | 954 | pub fn register_files_update(self: *IO_Uring, offset: u32, fds: []const os.fd_t) !void { |
| 955 | assert(self.fd >= 0); | 955 | assert(self.fd >= 0); |
| 956 | | 956 | |
| 957 | const FilesUpdate = struct { | 957 | const FilesUpdate = extern struct { |
| 958 | offset: u32, | 958 | offset: u32, |
| 959 | resv: u32, | 959 | resv: u32, |
| 960 | fds: u64 align(8), | 960 | fds: u64 align(8), |