summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/config.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:29:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:29:19 +0000
commitade173922b55bcfe9fe5b8030541a48cbcc1dad6 (patch)
tree3be32fc43d70c0264588363719053d8770b59d80 /cpukit/posix/include/rtems/posix/config.h
parent2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ade173922b55bcfe9fe5b8030541a48cbcc1dad6.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/include/rtems/posix/config.h, posix/src/mqueue.c, sapi/include/confdefs.h: Add configuration of posix message queue file descriptors as separate entity.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h
index 402d023bac..b6ad91fb34 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/posix/include/rtems/posix/config.h
@@ -52,6 +52,7 @@ typedef struct {
int maximum_timers;
int maximum_queued_signals;
int maximum_message_queues;
+ int maximum_message_queue_descriptors;
int maximum_semaphores;
int maximum_barriers;
int maximum_rwlocks;