summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/sem.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/inline/rtems/rtems/sem.inl')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/sem.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/sem.inl b/cpukit/rtems/inline/rtems/rtems/sem.inl
index 43523eba03..de876d896a 100644
--- a/cpukit/rtems/inline/rtems/rtems/sem.inl
+++ b/cpukit/rtems/inline/rtems/rtems/sem.inl
@@ -97,7 +97,7 @@ RTEMS_INLINE_ROUTINE Semaphore_Control *_Semaphore_Get_interrupt_disable (
*
* This function returns TRUE if the_semaphore is NULL and FALSE otherwise.
*/
-RTEMS_INLINE_ROUTINE boolean _Semaphore_Is_null (
+RTEMS_INLINE_ROUTINE bool _Semaphore_Is_null (
Semaphore_Control *the_semaphore
)
{