File tree 3 files changed +3
-0
lines changed
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) {
175
175
"aio.h" ,
176
176
"CommonCrypto/CommonCrypto.h" ,
177
177
"CommonCrypto/CommonRandom.h" ,
178
+ "crt_externs.h" ,
178
179
"ctype.h" ,
179
180
"dirent.h" ,
180
181
"dlfcn.h" ,
Original file line number Diff line number Diff line change @@ -1444,6 +1444,7 @@ YESSTR
1444
1444
_IOFBF
1445
1445
_IOLBF
1446
1446
_IONBF
1447
+ _NSGetEnviron
1447
1448
_NSGetExecutablePath
1448
1449
_POSIX_VDISABLE
1449
1450
_PTHREAD_COND_SIG_init
Original file line number Diff line number Diff line change @@ -4416,6 +4416,7 @@ extern "C" {
4416
4416
pub fn CCRandomGenerateBytes ( bytes : * mut :: c_void , size : :: size_t ) -> :: CCRNGStatus ;
4417
4417
4418
4418
pub fn _NSGetExecutablePath ( buf : * mut :: c_char , bufsize : * mut u32 ) -> :: c_int ;
4419
+ pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
4419
4420
4420
4421
pub fn mach_vm_map (
4421
4422
target_task : :: vm_map_t ,
You can’t perform that action at this time.
0 commit comments