define MQ_PRIO_MAX

This commit is contained in:
Rich Felker
2011-06-07 15:05:04 -04:00
parent 0b6b43ed3f
commit 2b0cedac8d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@
#define SEM_VALUE_MAX 0x7fffffff
#define SEM_NSEMS_MAX 256
#define DELAYTIMER_MAX 0x7fffffff
#define MQ_PRIO_MAX 32768
/* Arbitrary numbers... */