File tree Expand file tree Collapse file tree 6 files changed +19
-0
lines changed
Expand file tree Collapse file tree 6 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -1571,6 +1571,9 @@ aio_return
15711571aio_suspend
15721572aio_write
15731573aiocb
1574+ arc4random
1575+ arc4random_buf
1576+ arc4random_uniform
15741577arphdr
15751578atof
15761579backtrace
Original file line number Diff line number Diff line change @@ -1149,6 +1149,9 @@ aio_suspend
11491149aio_waitcomplete
11501150aio_write
11511151aiocb
1152+ arc4random
1153+ arc4random_buf
1154+ arc4random_uniform
11521155arphdr
11531156atof
11541157bpf_dltlist
Original file line number Diff line number Diff line change @@ -1334,6 +1334,9 @@ aio_suspend
13341334aio_waitcomplete
13351335aio_write
13361336aiocb
1337+ arc4random
1338+ arc4random_buf
1339+ arc4random_uniform
13371340arphdr
13381341atof
13391342bpf_dltlist
Original file line number Diff line number Diff line change @@ -1028,6 +1028,9 @@ aio_return
10281028aio_suspend
10291029aio_write
10301030aiocb
1031+ arc4random
1032+ arc4random_buf
1033+ arc4random_uniform
10311034arphdr
10321035atof
10331036bsearch
Original file line number Diff line number Diff line change @@ -882,6 +882,9 @@ __errno
882882abs
883883accept4
884884acct
885+ arc4random
886+ arc4random_buf
887+ arc4random_uniform
885888arphdr
886889atof
887890bsearch
Original file line number Diff line number Diff line change @@ -860,6 +860,10 @@ extern "C" {
860860 ) -> :: size_t ;
861861
862862 pub fn regfree ( preg : * mut regex_t ) ;
863+
864+ pub fn arc4random ( ) -> u32 ;
865+ pub fn arc4random_buf ( buf : * mut :: c_void , size : :: size_t ) ;
866+ pub fn arc4random_uniform ( l : u32 ) -> u32 ;
863867}
864868
865869cfg_if ! {
You can’t perform that action at this time.
0 commit comments