File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1695,8 +1695,11 @@ _CS_PATH
16951695_IOFBF
16961696_IOLBF
16971697_IONBF
1698+ _NSGetArgc
1699+ _NSGetArgv
16981700_NSGetEnviron
16991701_NSGetExecutablePath
1702+ _NSGetProgname
17001703_POSIX_VDISABLE
17011704_PTHREAD_COND_SIG_init
17021705_PTHREAD_MUTEX_SIG_init
Original file line number Diff line number Diff line change @@ -6377,7 +6377,12 @@ extern "C" {
63776377 pub fn getentropy ( buf : * mut :: c_void , buflen : :: size_t ) -> :: c_int ;
63786378
63796379 pub fn _NSGetExecutablePath ( buf : * mut :: c_char , bufsize : * mut u32 ) -> :: c_int ;
6380+
6381+ // crt_externs.h
6382+ pub fn _NSGetArgv ( ) -> * mut * mut * mut :: c_char ;
6383+ pub fn _NSGetArgc ( ) -> * mut :: c_int ;
63806384 pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
6385+ pub fn _NSGetProgname ( ) -> * mut * mut :: c_char ;
63816386
63826387 pub fn mach_vm_map (
63836388 target_task : :: vm_map_t ,
You can’t perform that action at this time.
0 commit comments