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
1695
1695
_IOFBF
1696
1696
_IOLBF
1697
1697
_IONBF
1698
+ _NSGetArgc
1699
+ _NSGetArgv
1698
1700
_NSGetEnviron
1699
1701
_NSGetExecutablePath
1702
+ _NSGetProgname
1700
1703
_POSIX_VDISABLE
1701
1704
_PTHREAD_COND_SIG_init
1702
1705
_PTHREAD_MUTEX_SIG_init
Original file line number Diff line number Diff line change @@ -6377,7 +6377,12 @@ extern "C" {
6377
6377
pub fn getentropy ( buf : * mut :: c_void , buflen : :: size_t ) -> :: c_int ;
6378
6378
6379
6379
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 ;
6380
6384
pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
6385
+ pub fn _NSGetProgname ( ) -> * mut * mut :: c_char ;
6381
6386
6382
6387
pub fn mach_vm_map (
6383
6388
target_task : :: vm_map_t ,
You can’t perform that action at this time.
0 commit comments