aboutsummaryrefslogtreecommitdiff
path: root/include/mqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mqueue.h')
-rw-r--r--include/mqueue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mqueue.h b/include/mqueue.h
index aba788e803..eb47b9b34e 100644
--- a/include/mqueue.h
+++ b/include/mqueue.h
@@ -1,7 +1,9 @@
#include <rt/mqueue.h>
-#if IS_IN (librt)
+#ifndef _ISOMAC
+# if IS_IN (librt)
hidden_proto (mq_timedsend)
hidden_proto (mq_timedreceive)
hidden_proto (mq_setattr)
+# endif
#endif