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 4eb6bf9 + 7c06730 commit bce927bCopy full SHA for bce927b
src/unix/bsd/freebsdlike/mod.rs
@@ -907,6 +907,7 @@ extern {
907
abstime: *const ::timespec) -> ::c_int;
908
pub fn pthread_mutex_timedlock(lock: *mut pthread_mutex_t,
909
910
+ pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
911
}
912
913
cfg_if! {
src/unix/bsd/netbsdlike/mod.rs
@@ -535,6 +535,7 @@ extern {
535
pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
536
537
538
539
540
541
0 commit comments