mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Add function __mq_oshandle() to get file handle of a mqueue.
This commit is contained in:
parent
1e516cf534
commit
6a274b2b01
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165828
@ -50,5 +50,7 @@ ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t,
|
||||
int mq_timedsend(mqd_t, const char *, size_t, unsigned,
|
||||
const struct timespec *);
|
||||
int mq_unlink(const char *);
|
||||
int __mq_oshandle(mqd_t mqd);
|
||||
|
||||
__END_DECLS
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user