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
1571
1571
aio_suspend
1572
1572
aio_write
1573
1573
aiocb
1574
+ arc4random
1575
+ arc4random_buf
1576
+ arc4random_uniform
1574
1577
arphdr
1575
1578
atof
1576
1579
backtrace
Original file line number Diff line number Diff line change @@ -1149,6 +1149,9 @@ aio_suspend
1149
1149
aio_waitcomplete
1150
1150
aio_write
1151
1151
aiocb
1152
+ arc4random
1153
+ arc4random_buf
1154
+ arc4random_uniform
1152
1155
arphdr
1153
1156
atof
1154
1157
bpf_dltlist
Original file line number Diff line number Diff line change @@ -1334,6 +1334,9 @@ aio_suspend
1334
1334
aio_waitcomplete
1335
1335
aio_write
1336
1336
aiocb
1337
+ arc4random
1338
+ arc4random_buf
1339
+ arc4random_uniform
1337
1340
arphdr
1338
1341
atof
1339
1342
bpf_dltlist
Original file line number Diff line number Diff line change @@ -1028,6 +1028,9 @@ aio_return
1028
1028
aio_suspend
1029
1029
aio_write
1030
1030
aiocb
1031
+ arc4random
1032
+ arc4random_buf
1033
+ arc4random_uniform
1031
1034
arphdr
1032
1035
atof
1033
1036
bsearch
Original file line number Diff line number Diff line change @@ -882,6 +882,9 @@ __errno
882
882
abs
883
883
accept4
884
884
acct
885
+ arc4random
886
+ arc4random_buf
887
+ arc4random_uniform
885
888
arphdr
886
889
atof
887
890
bsearch
Original file line number Diff line number Diff line change @@ -860,6 +860,10 @@ extern "C" {
860
860
) -> :: size_t ;
861
861
862
862
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 ;
863
867
}
864
868
865
869
cfg_if ! {
You can’t perform that action at this time.
0 commit comments