mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:05:17 +08:00
Convert to "bool".
This commit is contained in:
@@ -30,7 +30,7 @@ destory_all_tasks(
|
||||
const char *who
|
||||
);
|
||||
|
||||
boolean status_code_bad(
|
||||
bool status_code_bad(
|
||||
rtems_status_code status_code
|
||||
);
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ static void
|
||||
capture_test_1 (int argc,
|
||||
char** argv,
|
||||
rtems_monitor_command_arg_t* command_arg,
|
||||
boolean verbose)
|
||||
bool verbose)
|
||||
{
|
||||
rtems_status_code sc;
|
||||
rtems_name name;
|
||||
|
||||
Reference in New Issue
Block a user