summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/mqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/mqueue.c')
-rw-r--r--c/src/exec/posix/src/mqueue.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/mqueue.c b/c/src/exec/posix/src/mqueue.c
index 5fda3bf2cd..5d3c39bd72 100644
--- a/c/src/exec/posix/src/mqueue.c
+++ b/c/src/exec/posix/src/mqueue.c
@@ -58,4 +58,14 @@ void _POSIX_Message_queue_Manager_initialization(
_POSIX_PATH_MAX,
FALSE
);
+ _Objects_Initialize_information(
+ &_POSIX_Message_queue_Information_fds,
+ OBJECTS_POSIX_MESSAGE_QUEUE_FDS,
+ FALSE,
+ maximum_message_queues,
+ sizeof( POSIX_Message_queue_Control_fd ),
+ FALSE,
+ 0,
+ FALSE
+ );
}