Skip to content

Commit

Permalink
Add mq_getfd_np() for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
tormol committed Mar 27, 2019
1 parent 600f635 commit 75c71f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/bsd/freebsdlike/freebsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,7 @@ extern {

pub fn aio_waitcomplete(iocbp: *mut *mut aiocb,
timeout: *mut ::timespec) -> ::ssize_t;
pub fn mq_getfd_np(mqd: ::mqd_t) -> ::c_int;

pub fn freelocale(loc: ::locale_t) -> ::c_int;
pub fn waitid(idtype: idtype_t, id: ::id_t, infop: *mut ::siginfo_t,
Expand Down

0 comments on commit 75c71f9

Please sign in to comment.