File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1599,7 +1599,10 @@ _CS_PATH
15991599_IOFBF
16001600_IOLBF
16011601_IONBF
1602+ _NSGetArgc
1603+ _NSGetArgv
16021604_NSGetEnviron
1605+ _NSGetProgname
16031606_POSIX_VDISABLE
16041607_PTHREAD_COND_SIG_init
16051608_PTHREAD_MUTEX_SIG_init
Original file line number Diff line number Diff line change @@ -6266,7 +6266,11 @@ extern "C" {
62666266 pub fn CCRandomGenerateBytes ( bytes : * mut :: c_void , size : :: size_t ) -> :: CCRNGStatus ;
62676267 pub fn getentropy ( buf : * mut :: c_void , buflen : :: size_t ) -> :: c_int ;
62686268
6269+ // crt_externs.h
6270+ pub fn _NSGetArgv ( ) -> * mut * mut * mut :: c_char ;
6271+ pub fn _NSGetArgc ( ) -> * mut :: c_int ;
62696272 pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
6273+ pub fn _NSGetProgname ( ) -> * mut * mut :: c_char ;
62706274
62716275 pub fn vm_allocate (
62726276 target_task : vm_map_t ,
You can’t perform that action at this time.
0 commit comments