File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ fn test_apple(target: &str) {
268
268
"sys/proc_info.h" ,
269
269
"sys/ptrace.h" ,
270
270
"sys/quota.h" ,
271
+ "sys/random.h" ,
271
272
"sys/resource.h" ,
272
273
"sys/sem.h" ,
273
274
"sys/shm.h" ,
Original file line number Diff line number Diff line change @@ -1915,6 +1915,7 @@ getattrlistbulk
1915
1915
getdate
1916
1916
getdomainname
1917
1917
getdtablesize
1918
+ getentropy
1918
1919
getfsstat
1919
1920
getgrent
1920
1921
getgrgid
Original file line number Diff line number Diff line change @@ -6260,6 +6260,7 @@ extern "C" {
6260
6260
pub fn sethostid ( hostid : :: c_long ) ;
6261
6261
6262
6262
pub fn CCRandomGenerateBytes ( bytes : * mut :: c_void , size : :: size_t ) -> :: CCRNGStatus ;
6263
+ pub fn getentropy ( buf : * mut :: c_void , buflen : :: size_t ) -> :: c_int ;
6263
6264
6264
6265
pub fn _NSGetExecutablePath ( buf : * mut :: c_char , bufsize : * mut u32 ) -> :: c_int ;
6265
6266
pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
You can’t perform that action at this time.
0 commit comments