From 06a7aa696ea7c9b78e0bb12ba8123d0a81f687cb Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 2 Dec 2005 07:45:28 +0000 Subject: [PATCH] Define MQ_PRIO_MAX, it seems it is the only place the definition will be shared by kernel and userland. --- sys/sys/limits.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/sys/limits.h b/sys/sys/limits.h index 9d2029290aa..6f4b8a57ca6 100644 --- a/sys/sys/limits.h +++ b/sys/sys/limits.h @@ -93,4 +93,8 @@ #define WORD_BIT __WORD_BIT #endif +#if __POSIX_VISIBLE +#define MQ_PRIO_MAX 64 +#endif + #endif /* !_SYS_LIMITS_H_ */ -- 2.45.2