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:
parent
4c3c3beb25
commit
b07bfe2084
@ -93,4 +93,8 @@
|
||||
#define WORD_BIT __WORD_BIT
|
||||
#endif
|
||||
|
||||
#if __POSIX_VISIBLE
|
||||
#define MQ_PRIO_MAX 64
|
||||
#endif
|
||||
|
||||
#endif /* !_SYS_LIMITS_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user