Skip to content

Commit 6fb9c80

Browse files
committed
fix: make fields of aio_result_t pub
1 parent 09337b8 commit 6fb9c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unix/solarish/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ s! {
421421
}
422422

423423
pub struct aio_result_t {
424-
aio_return: ::ssize_t,
425-
aio_errno: ::c_int,
424+
pub aio_return: ::ssize_t,
425+
pub aio_errno: ::c_int,
426426
}
427427

428428
pub struct aiocb {

0 commit comments

Comments
 (0)