summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/barrier.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/inline/rtems/rtems/barrier.inl')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/barrier.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/barrier.inl b/cpukit/rtems/inline/rtems/rtems/barrier.inl
index bc9d4d79dc..3bec0f2075 100644
--- a/cpukit/rtems/inline/rtems/rtems/barrier.inl
+++ b/cpukit/rtems/inline/rtems/rtems/barrier.inl
@@ -76,7 +76,7 @@ RTEMS_INLINE_ROUTINE Barrier_Control *_Barrier_Get (
*
* This function returns TRUE if the_barrier is NULL and FALSE otherwise.
*/
-RTEMS_INLINE_ROUTINE boolean _Barrier_Is_null (
+RTEMS_INLINE_ROUTINE bool _Barrier_Is_null (
Barrier_Control *the_barrier
)
{