summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems/posix/mutex.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/inline/rtems/posix/mutex.inl')
-rw-r--r--cpukit/posix/inline/rtems/posix/mutex.inl9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpukit/posix/inline/rtems/posix/mutex.inl b/cpukit/posix/inline/rtems/posix/mutex.inl
index cf3bc33443..4454350aa7 100644
--- a/cpukit/posix/inline/rtems/posix/mutex.inl
+++ b/cpukit/posix/inline/rtems/posix/mutex.inl
@@ -22,8 +22,7 @@
#ifndef _RTEMS_POSIX_MUTEX_INL
#define _RTEMS_POSIX_MUTEX_INL
-/*PAGE
- *
+/*
* _POSIX_Mutex_Allocate
*/
@@ -32,8 +31,7 @@ RTEMS_INLINE_ROUTINE POSIX_Mutex_Control *_POSIX_Mutex_Allocate( void )
return (POSIX_Mutex_Control *) _Objects_Allocate( &_POSIX_Mutex_Information );
}
-/*PAGE
- *
+/*
* _POSIX_Mutex_Free
*/
@@ -44,8 +42,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Mutex_Free (
_Objects_Free( &_POSIX_Mutex_Information, &the_mutex->Object );
}
-/*PAGE
- *
+/*
* _POSIX_Mutex_Is_null
*/