summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/corebarrier.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/corebarrier.inl')
-rw-r--r--cpukit/score/inline/rtems/score/corebarrier.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/inline/rtems/score/corebarrier.inl b/cpukit/score/inline/rtems/score/corebarrier.inl
index db40ccc180..bec57d9387 100644
--- a/cpukit/score/inline/rtems/score/corebarrier.inl
+++ b/cpukit/score/inline/rtems/score/corebarrier.inl
@@ -38,7 +38,7 @@
* @param[in] the_attribute is the attribute set to test
* @return TRUE if the priority attribute is enabled
*/
-RTEMS_INLINE_ROUTINE boolean _CORE_barrier_Is_automatic(
+RTEMS_INLINE_ROUTINE bool _CORE_barrier_Is_automatic(
CORE_barrier_Attributes *the_attribute
)
{