Remove i486 subdirectory
[glibc.git] / include / mqueue.h
blob3c66f1711e3713516794a4636baa2c50c7e30f81
1 #include <rt/mqueue.h>
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