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/include/rtems/rtems/support.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/support.h') diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h index b204d498a7..25f6ebf08d 100644 --- a/cpukit/rtems/include/rtems/rtems/support.h +++ b/cpukit/rtems/include/rtems/rtems/support.h @@ -63,7 +63,7 @@ extern "C" { * * @return TRUE if successful */ -boolean rtems_workspace_get_information( +bool rtems_workspace_get_information( Heap_Information_block *the_info ); @@ -78,7 +78,7 @@ boolean rtems_workspace_get_information( * * @return TRUE if successful */ -boolean rtems_workspace_allocate( +bool rtems_workspace_allocate( size_t bytes, void **pointer ); @@ -93,7 +93,7 @@ boolean rtems_workspace_allocate( * * @return TRUE if successful */ -boolean rtems_workspace_free( +bool rtems_workspace_free( void *pointer ); -- cgit v1.2.3