repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor changelog fixup
[glibc.git]
/
include
/
mqueue.h
blob
eb47b9b34e17605d6f163f07d972a21081c6892d
1
#include <rt/mqueue.h>
2
3
#ifndef _ISOMAC
4
# if IS_IN (librt)
5
hidden_proto
(
mq_timedsend
)
6
hidden_proto
(
mq_timedreceive
)
7
hidden_proto
(
mq_setattr
)
8
# endif
9
#endif