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 @@ -175,6 +175,7 @@ fn test_apple(target: &str) {
175175 "aio.h" ,
176176 "CommonCrypto/CommonCrypto.h" ,
177177 "CommonCrypto/CommonRandom.h" ,
178+ "crt_externs.h" ,
178179 "ctype.h" ,
179180 "dirent.h" ,
180181 "dlfcn.h" ,
Original file line number Diff line number Diff line change @@ -1444,6 +1444,7 @@ YESSTR
14441444_IOFBF
14451445_IOLBF
14461446_IONBF
1447+ _NSGetEnviron
14471448_NSGetExecutablePath
14481449_POSIX_VDISABLE
14491450_PTHREAD_COND_SIG_init
Original file line number Diff line number Diff line change @@ -4416,6 +4416,7 @@ extern "C" {
44164416 pub fn CCRandomGenerateBytes ( bytes : * mut :: c_void , size : :: size_t ) -> :: CCRNGStatus ;
44174417
44184418 pub fn _NSGetExecutablePath ( buf : * mut :: c_char , bufsize : * mut u32 ) -> :: c_int ;
4419+ pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
44194420
44204421 pub fn mach_vm_map (
44214422 target_task : :: vm_map_t ,
You can’t perform that action at this time.
0 commit comments