Convert to using "bool".

This commit is contained in:
Ralf Corsepius
2008-09-01 09:12:43 +00:00
parent 36a150e947
commit 937ec606fb
3 changed files with 22 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ extern "C" {
* has blown its stack.
*
*/
boolean rtems_stack_checker_is_blown( void );
bool rtems_stack_checker_is_blown( void );
/** @brief Print Stack Usage Report
*
@@ -75,7 +75,7 @@ void rtems_stack_checker_report_usage_with_plugin(
* @note If this this the first task created, the stack checker
* will automatically intialize itself.
*/
boolean rtems_stack_checker_create_extension(
bool rtems_stack_checker_create_extension(
Thread_Control *running,
Thread_Control *the_thread
);