summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems/posix/semaphore.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/inline/rtems/posix/semaphore.inl')
-rw-r--r--cpukit/posix/inline/rtems/posix/semaphore.inl15
1 files changed, 5 insertions, 10 deletions
diff --git a/cpukit/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl
index cd1dcbb235..ae1cd3a1fe 100644
--- a/cpukit/posix/inline/rtems/posix/semaphore.inl
+++ b/cpukit/posix/inline/rtems/posix/semaphore.inl
@@ -23,8 +23,7 @@
#ifndef _RTEMS_POSIX_SEMAPHORE_INL
#define _RTEMS_POSIX_SEMAPHORE_INL
-/*PAGE
- *
+/*
* _POSIX_Semaphore_Allocate
*/
@@ -34,8 +33,7 @@ RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Allocate( void )
_Objects_Allocate( &_POSIX_Semaphore_Information );
}
-/*PAGE
- *
+/*
* _POSIX_Semaphore_Free
*/
@@ -46,8 +44,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Semaphore_Free (
_Objects_Free( &_POSIX_Semaphore_Information, &the_semaphore->Object );
}
-/*PAGE
- *
+/*
* _POSIX_Semaphore_Namespace_remove
*/
@@ -61,8 +58,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Semaphore_Namespace_remove (
-/*PAGE
- *
+/*
* _POSIX_Semaphore_Get
*/
RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Get (
@@ -74,8 +70,7 @@ RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Get (
_Objects_Get( &_POSIX_Semaphore_Information, (Objects_Id)*id, location );
}
-/*PAGE
- *
+/*
* _POSIX_Semaphore_Is_null
*/