summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/corespinlock.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/corespinlock.inl')
-rw-r--r--cpukit/score/inline/rtems/score/corespinlock.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/inline/rtems/score/corespinlock.inl b/cpukit/score/inline/rtems/score/corespinlock.inl
index 2a86ecd484..e1c86ef5a7 100644
--- a/cpukit/score/inline/rtems/score/corespinlock.inl
+++ b/cpukit/score/inline/rtems/score/corespinlock.inl
@@ -37,7 +37,7 @@
* @return This method will return TRUE if the spinlock is busy
* and FALSE otherwise.
*/
-RTEMS_INLINE_ROUTINE boolean _CORE_spinlock_Is_busy(
+RTEMS_INLINE_ROUTINE bool _CORE_spinlock_Is_busy(
CORE_spinlock_Control *the_spinlock
)
{