| #define __NEED_pthread_attr_t |
| #define __NEED_struct_timespec |
| #include <bits/alltypes.h> |
| long mq_flags, mq_maxmsg, mq_msgsize, mq_curmsgs, __unused[4]; |
| int mq_getattr(mqd_t, struct mq_attr*); |
| int mq_notify(mqd_t, const struct sigevent*); |
| mqd_t mq_open(const char*, int, ...); |
| ssize_t mq_receive(mqd_t, char*, size_t, unsigned*); |
| int mq_send(mqd_t, const char*, size_t, unsigned); |
| const struct mq_attr* __restrict, |
| struct mq_attr* __restrict); |
| ssize_t mq_timedreceive(mqd_t, |
| const struct timespec* __restrict); |
| int mq_timedsend(mqd_t, const char*, size_t, unsigned, const struct timespec*); |
| int mq_unlink(const char*); |