From 484a76996eeb65ad726b65946642516c70b3257b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 17:46:39 +0000 Subject: Convert to "bool". --- cpukit/score/inline/rtems/score/threadmp.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/inline/rtems/score/threadmp.inl') diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl index c9cdb97c3f..c54a22ba3b 100644 --- a/cpukit/score/inline/rtems/score/threadmp.inl +++ b/cpukit/score/inline/rtems/score/threadmp.inl @@ -35,7 +35,7 @@ * multiprocessing receive thread. */ -RTEMS_INLINE_ROUTINE boolean _Thread_MP_Is_receive ( +RTEMS_INLINE_ROUTINE bool _Thread_MP_Is_receive ( Thread_Control *the_thread ) { -- cgit v1.2.3