about summary refs log tree commit diff
path: root/include/mqueue.h
blob: 58af372971e14e30ca712d66ce67fd034630d9a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <rt/mqueue.h>

#ifndef _ISOMAC
# if IS_IN (librt)
extern __typeof (mq_open) __mq_open __THROW __nonnull ((1)) attribute_hidden;
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