]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/mqueue.h
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
[thirdparty/glibc.git] / include / mqueue.h
CommitLineData
1b82c6c7
UD
1#include <rt/mqueue.h>
2
7a9ebfa1
SP
3#ifndef _ISOMAC
4# if IS_IN (librt)
1b82c6c7 5hidden_proto (mq_timedsend)
dfa2d214
JM
6extern __typeof (mq_timedsend) __mq_timedsend __nonnull ((2, 5));
7hidden_proto (__mq_timedsend)
1b82c6c7 8hidden_proto (mq_timedreceive)
dfa2d214
JM
9extern __typeof (mq_timedreceive) __mq_timedreceive __nonnull ((2, 5));
10hidden_proto (__mq_timedreceive)
1b82c6c7 11hidden_proto (mq_setattr)
7a9ebfa1 12# endif
1b82c6c7 13#endif