1#include <rt/mqueue.h>
2
3#ifndef _ISOMAC
4# if IS_IN (librt)
5hidden_proto (mq_timedsend)
6extern __typeof (mq_timedsend) __mq_timedsend __nonnull ((2, 5));
7hidden_proto (__mq_timedsend)
8hidden_proto (mq_timedreceive)
9extern __typeof (mq_timedreceive) __mq_timedreceive __nonnull ((2, 5));
10hidden_proto (__mq_timedreceive)
11hidden_proto (mq_setattr)
12# endif
13#endif
14