summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mqueue.c
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/src/mqueue.c
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 'cpukit/posix/src/mqueue.c')
-rw-r--r--cpukit/posix/src/mqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c
index 5ae45f9b47..5229bd4d67 100644
--- a/cpukit/posix/src/mqueue.c
+++ b/cpukit/posix/src/mqueue.c
@@ -73,7 +73,7 @@ void _POSIX_Message_queue_Manager_initialization(void)
&_POSIX_Message_queue_Information_fds,
OBJECTS_POSIX_API,
OBJECTS_POSIX_MESSAGE_QUEUE_FDS,
- Configuration_POSIX_API.maximum_message_queues,
+ Configuration_POSIX_API.maximum_message_queue_descriptors,
sizeof( POSIX_Message_queue_Control_fd ),
/* size of this object's control block */
true, /* true if names for this object are strings */