summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems/posix/pthread.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/inline/rtems/posix/pthread.inl')
-rw-r--r--cpukit/posix/inline/rtems/posix/pthread.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/inline/rtems/posix/pthread.inl b/cpukit/posix/inline/rtems/posix/pthread.inl
index b1b168c872..7f35e9a08b 100644
--- a/cpukit/posix/inline/rtems/posix/pthread.inl
+++ b/cpukit/posix/inline/rtems/posix/pthread.inl
@@ -65,7 +65,7 @@ RTEMS_INLINE_ROUTINE Thread_Control *_POSIX_Threads_Get (
* _POSIX_Threads_Is_null
*/
-RTEMS_INLINE_ROUTINE boolean _POSIX_Threads_Is_null (
+RTEMS_INLINE_ROUTINE bool _POSIX_Threads_Is_null (
Thread_Control *the_pthread
)
{