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

#ifndef _ISOMAC
# if IS_IN (librt)
hidden_proto (mq_timedsend)
hidden_proto (mq_timedreceive)
hidden_proto (mq_setattr)
# endif
#endif