summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems/posix/timer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/inline/rtems/posix/timer.inl')
-rw-r--r--cpukit/posix/inline/rtems/posix/timer.inl12
1 files changed, 4 insertions, 8 deletions
diff --git a/cpukit/posix/inline/rtems/posix/timer.inl b/cpukit/posix/inline/rtems/posix/timer.inl
index c210e4d25d..0b0bd93797 100644
--- a/cpukit/posix/inline/rtems/posix/timer.inl
+++ b/cpukit/posix/inline/rtems/posix/timer.inl
@@ -23,8 +23,7 @@
#ifndef _RTEMS_POSIX_TIMER_INL
#define _RTEMS_POSIX_TIMER_INL
-/*PAGE
- *
+/*
* _POSIX_Timer_Allocate
*
* DESCRIPTION:
@@ -38,8 +37,7 @@ RTEMS_INLINE_ROUTINE POSIX_Timer_Control *_POSIX_Timer_Allocate( void )
return (POSIX_Timer_Control *) _Objects_Allocate( &_POSIX_Timer_Information );
}
-/*PAGE
- *
+/*
* _POSIX_Timer_Free
*
* DESCRIPTION:
@@ -55,8 +53,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Timer_Free (
_Objects_Free( &_POSIX_Timer_Information, &the_timer->Object );
}
-/*PAGE
- *
+/*
* _POSIX_Timer_Get
*
* DESCRIPTION:
@@ -77,8 +74,7 @@ RTEMS_INLINE_ROUTINE POSIX_Timer_Control *_POSIX_Timer_Get (
_Objects_Get( &_POSIX_Timer_Information, (Objects_Id) id, location );
}
-/*PAGE
- *
+/*
* _POSIX_Timer_Is_null
*
* DESCRIPTION: