index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
limits
/
_POSIX_MQ_OPEN_MAX.c
blob: 8777f3bc3b573bf3a95ca1bf24763888c02dd67e (
plain
)
1
2
3
4
5
6
#include <limits.h> #define _POSIX_MQ_OPEN_MAX (8) /* DEF */ /* POSIX(199309) */