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) {
268268 "sys/proc_info.h" ,
269269 "sys/ptrace.h" ,
270270 "sys/quota.h" ,
271+ "sys/random.h" ,
271272 "sys/resource.h" ,
272273 "sys/sem.h" ,
273274 "sys/shm.h" ,
Original file line number Diff line number Diff line change @@ -1915,6 +1915,7 @@ getattrlistbulk
19151915getdate
19161916getdomainname
19171917getdtablesize
1918+ getentropy
19181919getfsstat
19191920getgrent
19201921getgrgid
Original file line number Diff line number Diff line change @@ -6260,6 +6260,7 @@ extern "C" {
62606260 pub fn sethostid ( hostid : :: c_long ) ;
62616261
62626262 pub fn CCRandomGenerateBytes ( bytes : * mut :: c_void , size : :: size_t ) -> :: CCRNGStatus ;
6263+ pub fn getentropy ( buf : * mut :: c_void , buflen : :: size_t ) -> :: c_int ;
62636264
62646265 pub fn _NSGetExecutablePath ( buf : * mut :: c_char , bufsize : * mut u32 ) -> :: c_int ;
62656266 pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
You can’t perform that action at this time.
0 commit comments