File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ IP_PKTINFO
7
7
IP_TOS
8
8
IP_TTL
9
9
PIPE_BUF
10
+ SIGEV_PORT
11
+ aio_cancel
12
+ aio_error
13
+ aio_fsync
14
+ aio_read
15
+ aio_result_t
16
+ aio_return
17
+ aio_suspend
18
+ aio_waitn
19
+ aio_write
20
+ aiocb
10
21
bind
11
22
in6_pktinfo
12
23
in_pktinfo
Original file line number Diff line number Diff line change @@ -3048,6 +3048,10 @@ extern "C" {
3048
3048
pub fn __major ( version : :: c_int , devnum : :: dev_t ) -> :: major_t ;
3049
3049
pub fn __minor ( version : :: c_int , devnum : :: dev_t ) -> :: minor_t ;
3050
3050
pub fn __makedev ( version : :: c_int , majdev : :: major_t , mindev : :: minor_t ) -> :: dev_t ;
3051
+
3052
+ pub fn arc4random ( ) -> u32 ;
3053
+ pub fn arc4random_buf ( buf : * mut :: c_void , nbytes : :: size_t ) ;
3054
+ pub fn arc4random_uniform ( upper_bound : u32 ) -> u32 ;
3051
3055
}
3052
3056
3053
3057
#[ link( name = "sendfile" ) ]
You can’t perform that action at this time.
0 commit comments