aboutsummaryrefslogtreecommitdiff
path: root/include/mqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mqueue.h')
-rw-r--r--include/mqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mqueue.h b/include/mqueue.h
index 3c66f1711e..58af372971 100644
--- a/include/mqueue.h
+++ b/include/mqueue.h
@@ -2,6 +2,7 @@
#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)