From e97806a5ff7673422082edd49ec3c62c5f0f1ccd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 14 Oct 2018 19:20:05 +0200 Subject: posix: Split posix_api_configuration_table Use separate configuration variables to avoid false dependencies. Update #2514. --- cpukit/posix/src/mqueue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/posix/src/mqueue.c') diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c index 2ad90c1e79..e2c9b5f2b2 100644 --- a/cpukit/posix/src/mqueue.c +++ b/cpukit/posix/src/mqueue.c @@ -51,8 +51,7 @@ static void _POSIX_Message_queue_Manager_initialization(void) &_POSIX_Message_queue_Information, /* object information table */ OBJECTS_POSIX_API, /* object API */ OBJECTS_POSIX_MESSAGE_QUEUES, /* object class */ - Configuration_POSIX_API.maximum_message_queues, - /* maximum objects of this class */ + _Configuration_POSIX_Maximum_message_queues, sizeof( POSIX_Message_queue_Control ), /* size of this object's control block */ true, /* true if names for this object are strings */ -- cgit v1.2.3