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 3e328bd commit aa81e10Copy full SHA for aa81e10
libc-test/semver/openbsd.txt
@@ -968,6 +968,7 @@ getrusage
968
getservbyport
969
getservent
970
getsid
971
+getthrid
972
glob
973
glob_t
974
globfree
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -1536,6 +1536,7 @@ extern "C" {
1536
timeout: *const ::timespec,
1537
) -> ::c_int;
1538
pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
1539
+ pub fn getthrid() -> ::pid_t;
1540
pub fn pthread_attr_getguardsize(
1541
attr: *const ::pthread_attr_t,
1542
guardsize: *mut ::size_t,
0 commit comments