summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/objectmp.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/objectmp.inl')
-rw-r--r--cpukit/score/inline/rtems/score/objectmp.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/inline/rtems/score/objectmp.inl b/cpukit/score/inline/rtems/score/objectmp.inl
index 7ea4efd77c..53db23621a 100644
--- a/cpukit/score/inline/rtems/score/objectmp.inl
+++ b/cpukit/score/inline/rtems/score/objectmp.inl
@@ -58,7 +58,7 @@ RTEMS_INLINE_ROUTINE void _Objects_MP_Free_global_object (
* This function returns whether the global object is NULL or not.
*/
-RTEMS_INLINE_ROUTINE boolean _Objects_MP_Is_null_global_object (
+RTEMS_INLINE_ROUTINE bool _Objects_MP_Is_null_global_object (
Objects_MP_Control *the_object
)
{