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 600f635 commit 75c71f9Copy full SHA for 75c71f9
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1332,6 +1332,7 @@ extern {
1332
1333
pub fn aio_waitcomplete(iocbp: *mut *mut aiocb,
1334
timeout: *mut ::timespec) -> ::ssize_t;
1335
+ pub fn mq_getfd_np(mqd: ::mqd_t) -> ::c_int;
1336
1337
pub fn freelocale(loc: ::locale_t) -> ::c_int;
1338
pub fn waitid(idtype: idtype_t, id: ::id_t, infop: *mut ::siginfo_t,
0 commit comments