summaryrefslogtreecommitdiff
path: root/include/mqueue.h
blob: 3c66f1711e3713516794a4636baa2c50c7e30f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <rt/mqueue.h>

#ifndef _ISOMAC
# if IS_IN (librt)
hidden_proto (mq_timedsend)
extern __typeof (mq_timedsend) __mq_timedsend __nonnull ((2, 5));
hidden_proto (__mq_timedsend)
hidden_proto (mq_timedreceive)
extern __typeof (mq_timedreceive) __mq_timedreceive __nonnull ((2, 5));
hidden_proto (__mq_timedreceive)
hidden_proto (mq_setattr)
# endif
#endif