We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a273a07 commit 2317a64Copy full SHA for 2317a64
libc-test/semver/apple.txt
@@ -1425,6 +1425,7 @@ YESSTR
1425
_IOFBF
1426
_IOLBF
1427
_IONBF
1428
+_NSGetExecutablePath
1429
_POSIX_VDISABLE
1430
_PTHREAD_COND_SIG_init
1431
_PTHREAD_MUTEX_SIG_init
src/unix/bsd/apple/mod.rs
@@ -4186,6 +4186,8 @@ extern "C" {
4186
pub fn gethostuuid(id: *mut u8, timeout: *const ::timespec) -> ::c_int;
4187
4188
pub fn CCRandomGenerateBytes(bytes: *mut ::c_void, size: ::size_t) -> ::CCRNGStatus;
4189
+
4190
+ pub fn _NSGetExecutablePath(buf: *mut ::c_char, bufsize: *mut u32) -> ::c_int;
4191
}
4192
4193
cfg_if! {
0 commit comments