Skip to content

Commit 7fd5bb5

Browse files
BerrysoftAkhilTThomas
authored andcommitted
feat: add aio for solarish
(backport <rust-lang#4033>) (cherry picked from commit ccc0b07)
1 parent 414a779 commit 7fd5bb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,11 @@ s! {
439439
pub aio_errno: c_int,
440440
}
441441

442+
pub struct aio_result_t {
443+
pub aio_return: ::ssize_t,
444+
pub aio_errno: ::c_int,
445+
}
446+
442447
pub struct exit_status {
443448
e_termination: c_short,
444449
e_exit: c_short,

0 commit comments

Comments
 (0)