summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems/posix/mutex.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/inline/rtems/posix/mutex.inl')
-rw-r--r--cpukit/posix/inline/rtems/posix/mutex.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/inline/rtems/posix/mutex.inl b/cpukit/posix/inline/rtems/posix/mutex.inl
index be27ff1bf9..b5e3721a3a 100644
--- a/cpukit/posix/inline/rtems/posix/mutex.inl
+++ b/cpukit/posix/inline/rtems/posix/mutex.inl
@@ -51,7 +51,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Mutex_Free (
* _POSIX_Mutex_Is_null
*/
-RTEMS_INLINE_ROUTINE boolean _POSIX_Mutex_Is_null (
+RTEMS_INLINE_ROUTINE bool _POSIX_Mutex_Is_null (
POSIX_Mutex_Control *the_mutex
)
{