From c9ae846b0ef9866f17d35764024046166a3ee663 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 18 Nov 1999 19:41:34 +0000 Subject: Added a routine to remove a semaphore name from its namespace. --- cpukit/posix/inline/rtems/posix/semaphore.inl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'cpukit/posix/inline') diff --git a/cpukit/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl index 57badad5a9..2d9ad70602 100644 --- a/cpukit/posix/inline/rtems/posix/semaphore.inl +++ b/cpukit/posix/inline/rtems/posix/semaphore.inl @@ -39,6 +39,21 @@ RTEMS_INLINE_ROUTINE void _POSIX_Semaphore_Free ( _Objects_Free( &_POSIX_Semaphore_Information, &the_semaphore->Object ); } +/*PAGE + * + * _POSIX_Semaphore_Namespace_remove + */ + +RTEMS_INLINE_ROUTINE void _POSIX_Semaphore_Namespace_remove ( + POSIX_Semaphore_Control *the_semaphore +) +{ + _Objects_Namespace_remove( + &_POSIX_Semaphore_Information, &the_semaphore->Object ); +} + + + /*PAGE * * _POSIX_Semaphore_Get -- cgit v1.2.3