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.
2 parents 0c1079d + 07e417b commit aa8cfffCopy full SHA for aa8cfff
libc-test/semver/apple.txt
@@ -2100,6 +2100,7 @@ pthread_mutexattr_setpshared
2100
pthread_rwlockattr_getpshared
2101
pthread_rwlockattr_setpshared
2102
pthread_setname_np
2103
+pthread_main_np
2104
ptrace
2105
pututxline
2106
pwritev
src/unix/bsd/apple/mod.rs
@@ -5197,6 +5197,7 @@ extern "C" {
5197
attr: *const pthread_condattr_t,
5198
pshared: *mut ::c_int,
5199
) -> ::c_int;
5200
+ pub fn pthread_main_np() -> ::c_int;
5201
pub fn pthread_mutexattr_setpshared(
5202
attr: *mut pthread_mutexattr_t,
5203
pshared: ::c_int,
0 commit comments