From 2e97c01e3877aaefd6a644803ac90fa4e94d22b1 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 23 Dec 1999 22:11:01 +0000 Subject: + Added routine to remove from namespace. --- cpukit/posix/inline/rtems/posix/mqueue.inl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cpukit/posix/inline/rtems') 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 * -- cgit v1.2.3