Skip to content

Commit 2b4e11d

Browse files
committed
fix: make all fields of aiocb public
1 parent 843f220 commit 2b4e11d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/unix/solarish/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ s! {
433433
pub aio_reqprio: ::c_int,
434434
pub aio_sigevent: sigevent,
435435
pub aio_lio_opcode: ::c_int,
436-
_aio_resultp: ::aio_result_t,
437-
_aio_state: ::c_int,
438-
_aio_pad: ::c_int
436+
pub aio_resultp: ::aio_result_t,
437+
pub aio_state: ::c_int,
438+
pub aio__pad: [::c_int; 1],
439439
}
440440

441441
pub struct exit_status {

0 commit comments

Comments
 (0)