glibc/include/mqueue.h

10 lines
159 B
C

#include <rt/mqueue.h>
#ifndef _ISOMAC
# if IS_IN (librt)
hidden_proto (mq_timedsend)
hidden_proto (mq_timedreceive)
hidden_proto (mq_setattr)
# endif
#endif