summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/posix/inline/rtems/posix/semaphore.inl15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/exec/posix/inline/rtems/posix/semaphore.inl b/c/src/exec/posix/inline/rtems/posix/semaphore.inl
index 57badad5a9..2d9ad70602 100644
--- a/c/src/exec/posix/inline/rtems/posix/semaphore.inl
+++ b/c/src/exec/posix/inline/rtems/posix/semaphore.inl
@@ -41,6 +41,21 @@ RTEMS_INLINE_ROUTINE void _POSIX_Semaphore_Free (
/*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
*/