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
2
1
AIO_ALLDONE
2
+ AIO_CANCELED
3
3
AIO_NOTCANCELED
4
4
IPV6_DONTFRAG
5
5
IPV6_PKTINFO
@@ -10,16 +10,17 @@ IP_PKTINFO
10
10
IP_TOS
11
11
IP_TTL
12
12
LIO_NOP
13
- LIO_READ
14
- LIO_WRITE
15
13
LIO_NOWAIT
14
+ LIO_READ
16
15
LIO_WAIT
16
+ LIO_WRITE
17
17
PIPE_BUF
18
18
SIGEV_PORT
19
19
aio_cancel
20
20
aio_error
21
21
aio_fsync
22
22
aio_read
23
+ aio_result
23
24
aio_return
24
25
aio_suspend
25
26
aio_waitn
Original file line number Diff line number Diff line change 420
420
pub portnfy_user: * mut :: c_void,
421
421
}
422
422
423
- pub struct aio_result_t {
423
+ pub struct aio_result {
424
424
aio_return: :: ssize_t,
425
425
aio_errno: :: c_int,
426
426
}
433
433
pub aio_reqprio: :: c_int,
434
434
pub aio_sigevent: sigevent,
435
435
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,
438
438
_aio_pad: :: c_int
439
439
}
440
440
You can’t perform that action at this time.
0 commit comments