summaryrefslogtreecommitdiff
path: root/src/limits/MQ_OPEN_MAX.h
blob: 6ecdfeff88bc0cfb5036dbce57396aa412e47503 (plain)
1
2
3
4
5
6
7
8
#include <limits.h>
/* #undef MQ_OPEN_MAX */
/* MIN: _POSIX_MQ_OPEN_MAX */
/* MAY-BE-UNEFINED */
/** the maximum number of open message queue descriptors a process can have **/
/*
POSIX(199309)
*/