Skip to content

Commit 75c71f9

Browse files
committed
Add mq_getfd_np() for FreeBSD
1 parent 600f635 commit 75c71f9

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,7 @@ extern {
13321332

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

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

0 commit comments

Comments
 (0)