From 4568fc5da45cefd181b3cbb044d88a087b7667f3 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 19 Oct 2021 10:01:14 +0200 Subject: [PATCH] iobus: initial commit Signed-off-by: Drew DeVault --- io_uring/uring.ha | 3 +-- diff --git a/io_uring/uring.ha b/io_uring/uring.ha index b6f46b55acff142638f1d8177b339cfe27ffe97b..9c40d30031524bc7bf8e4d3f36053c871d49b7b3 100644 --- a/io_uring/uring.ha +++ b/io_uring/uring.ha @@ -267,8 +267,7 @@ // Information for a REGISTER_FILES_UPDATE operation. export type files_update = struct { offs: u32, resv: u32, - // XXX: i32 but aligned to u64 - fds: u64, + fds: *int, }; // Flags for a probe operation. -- 2.48.1