From 5b40ce27b2210cc4e8aebcadc12d3118c076235d Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 2 Dec 2005 14:23:39 +0000 Subject: [PATCH] Add option P1003_1B_MQUEUE for POSIX message queue. --- sys/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 200ee5dd98b..ef596269548 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -966,6 +966,8 @@ options _KPOSIX_PRIORITY_SCHEDULING # user should be ready to assist in debugging if problems arise. options P1003_1B_SEMAPHORES +# POSIX message queue +options P1003_1B_MQUEUE ##################################################################### # SECURITY POLICY PARAMETERS