Define MQ_PRIO_MAX, it seems it is the only place

the definition will be shared by kernel and userland.
This commit is contained in:
davidxu 2005-12-02 07:45:28 +00:00
parent 4c3c3beb25
commit b07bfe2084

View File

@ -93,4 +93,8 @@
#define WORD_BIT __WORD_BIT
#endif
#if __POSIX_VISIBLE
#define MQ_PRIO_MAX 64
#endif
#endif /* !_SYS_LIMITS_H_ */