mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
8 lines
135 B
C
8 lines
135 B
C
|
#include <rt/mqueue.h>
|
||
|
|
||
|
#ifdef IS_IN_librt
|
||
|
hidden_proto (mq_timedsend)
|
||
|
hidden_proto (mq_timedreceive)
|
||
|
hidden_proto (mq_setattr)
|
||
|
#endif
|