summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/posix/inline/rtems/posix/mqueue.inl13
-rw-r--r--cpukit/posix/inline/rtems/posix/mqueue.inl13
2 files changed, 26 insertions, 0 deletions
diff --git a/c/src/exec/posix/inline/rtems/posix/mqueue.inl b/c/src/exec/posix/inline/rtems/posix/mqueue.inl
index 97b09d5c27..17156867b8 100644
--- a/c/src/exec/posix/inline/rtems/posix/mqueue.inl
+++ b/c/src/exec/posix/inline/rtems/posix/mqueue.inl
@@ -38,6 +38,19 @@ RTEMS_INLINE_ROUTINE void _POSIX_Message_queue_Free (
{
_Objects_Free( &_POSIX_Message_queue_Information, &the_mq->Object );
}
+
+/*PAGE
+ *
+ * _POSIX_Message_queue_Namespace_remove
+ */
+
+RTEMS_INLINE_ROUTINE void _POSIX_Message_queue_Namespace_remove (
+ POSIX_Message_queue_Control *the_mq
+)
+{
+ _Objects_Namespace_remove(
+ &_POSIX_Message_queue_Information, &the_mq->Object );
+}
/*PAGE
*
diff --git a/cpukit/posix/inline/rtems/posix/mqueue.inl b/cpukit/posix/inline/rtems/posix/mqueue.inl
index 97b09d5c27..17156867b8 100644
--- a/cpukit/posix/inline/rtems/posix/mqueue.inl
+++ b/cpukit/posix/inline/rtems/posix/mqueue.inl
@@ -38,6 +38,19 @@ RTEMS_INLINE_ROUTINE void _POSIX_Message_queue_Free (
{
_Objects_Free( &_POSIX_Message_queue_Information, &the_mq->Object );
}
+
+/*PAGE
+ *
+ * _POSIX_Message_queue_Namespace_remove
+ */
+
+RTEMS_INLINE_ROUTINE void _POSIX_Message_queue_Namespace_remove (
+ POSIX_Message_queue_Control *the_mq
+)
+{
+ _Objects_Namespace_remove(
+ &_POSIX_Message_queue_Information, &the_mq->Object );
+}
/*PAGE
*