File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1599,7 +1599,10 @@ _CS_PATH
1599
1599
_IOFBF
1600
1600
_IOLBF
1601
1601
_IONBF
1602
+ _NSGetArgc
1603
+ _NSGetArgv
1602
1604
_NSGetEnviron
1605
+ _NSGetProgname
1603
1606
_POSIX_VDISABLE
1604
1607
_PTHREAD_COND_SIG_init
1605
1608
_PTHREAD_MUTEX_SIG_init
Original file line number Diff line number Diff line change @@ -6266,7 +6266,11 @@ extern "C" {
6266
6266
pub fn CCRandomGenerateBytes ( bytes : * mut :: c_void , size : :: size_t ) -> :: CCRNGStatus ;
6267
6267
pub fn getentropy ( buf : * mut :: c_void , buflen : :: size_t ) -> :: c_int ;
6268
6268
6269
+ // crt_externs.h
6270
+ pub fn _NSGetArgv ( ) -> * mut * mut * mut :: c_char ;
6271
+ pub fn _NSGetArgc ( ) -> * mut :: c_int ;
6269
6272
pub fn _NSGetEnviron ( ) -> * mut * mut * mut :: c_char ;
6273
+ pub fn _NSGetProgname ( ) -> * mut * mut :: c_char ;
6270
6274
6271
6275
pub fn vm_allocate (
6272
6276
target_task : vm_map_t ,
You can’t perform that action at this time.
0 commit comments