| 1 | #include <rt/mqueue.h> |
|---|---|
| 2 | |
| 3 | #ifndef _ISOMAC |
| 4 | # if IS_IN (librt) |
| 5 | hidden_proto (mq_timedsend) |
| 6 | extern __typeof (mq_timedsend) __mq_timedsend __nonnull ((2, 5)); |
| 7 | hidden_proto (__mq_timedsend) |
| 8 | hidden_proto (mq_timedreceive) |
| 9 | extern __typeof (mq_timedreceive) __mq_timedreceive __nonnull ((2, 5)); |
| 10 | hidden_proto (__mq_timedreceive) |
| 11 | hidden_proto (mq_setattr) |
| 12 | # endif |
| 13 | #endif |
| 14 |