summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/priority.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/priority.inl')
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl
index 162d42d0e1..660c17a291 100644
--- a/cpukit/score/inline/rtems/score/priority.inl
+++ b/cpukit/score/inline/rtems/score/priority.inl
@@ -48,7 +48,7 @@ RTEMS_INLINE_ROUTINE void _Priority_Handler_initialization( void )
* user task, and FALSE otherwise.
*/
-RTEMS_INLINE_ROUTINE boolean _Priority_Is_valid (
+RTEMS_INLINE_ROUTINE bool _Priority_Is_valid (
Priority_Control the_priority
)
{
@@ -192,7 +192,7 @@ RTEMS_INLINE_ROUTINE void _Priority_Initialize_information(
* FALSE otherwise.
*/
-RTEMS_INLINE_ROUTINE boolean _Priority_Is_group_empty (
+RTEMS_INLINE_ROUTINE bool _Priority_Is_group_empty (
Priority_Control the_priority
)
{