Add mq_getfd_np() for FreeBSD
This commit is contained in:
parent
600f635072
commit
75c71f9963
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user