File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- AIO_CANCELED
21AIO_ALLDONE
2+ AIO_CANCELED
33AIO_NOTCANCELED
44IPV6_DONTFRAG
55IPV6_PKTINFO
@@ -10,16 +10,17 @@ IP_PKTINFO
1010IP_TOS
1111IP_TTL
1212LIO_NOP
13- LIO_READ
14- LIO_WRITE
1513LIO_NOWAIT
14+ LIO_READ
1615LIO_WAIT
16+ LIO_WRITE
1717PIPE_BUF
1818SIGEV_PORT
1919aio_cancel
2020aio_error
2121aio_fsync
2222aio_read
23+ aio_result
2324aio_return
2425aio_suspend
2526aio_waitn
Original file line number Diff line number Diff line change 420420 pub portnfy_user: * mut :: c_void,
421421 }
422422
423- pub struct aio_result_t {
423+ pub struct aio_result {
424424 aio_return: :: ssize_t,
425425 aio_errno: :: c_int,
426426 }
433433 pub aio_reqprio: :: c_int,
434434 pub aio_sigevent: sigevent,
435435 pub aio_lio_opcode: :: c_int,
436- pub aio_resultp : :: aio_result_t ,
437- pub aio_state : :: c_int,
436+ _aio_resultp : :: aio_result ,
437+ _aio_state : :: c_int,
438438 _aio_pad: :: c_int
439439 }
440440
You can’t perform that action at this time.
0 commit comments