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/rtems/inline/rtems/rtems/region.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/inline/rtems/rtems/region.inl') diff --git a/cpukit/rtems/inline/rtems/rtems/region.inl b/cpukit/rtems/inline/rtems/rtems/region.inl index b5f612ef51..18380e2862 100644 --- a/cpukit/rtems/inline/rtems/rtems/region.inl +++ b/cpukit/rtems/inline/rtems/rtems/region.inl @@ -89,7 +89,7 @@ RTEMS_INLINE_ROUTINE void *_Region_Allocate_segment ( * * This function frees the_segment to the_region. */ -RTEMS_INLINE_ROUTINE boolean _Region_Free_segment ( +RTEMS_INLINE_ROUTINE bool _Region_Free_segment ( Region_Control *the_region, void *the_segment ) @@ -102,7 +102,7 @@ RTEMS_INLINE_ROUTINE boolean _Region_Free_segment ( * * This function returns TRUE if the_region is NULL and FALSE otherwise. */ -RTEMS_INLINE_ROUTINE boolean _Region_Is_null ( +RTEMS_INLINE_ROUTINE bool _Region_Is_null ( Region_Control *the_region ) { -- cgit v1.2.3