blob: 3c66f1711e3713516794a4636baa2c50c7e30f81 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#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