mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Convert to "bool".
This commit is contained in:
@@ -441,7 +441,7 @@ This directive will not cause the calling task to be preempted.
|
||||
@ifset is-C
|
||||
@findex rtems_interrupt_is_in_progress
|
||||
@example
|
||||
rtems_boolean rtems_interrupt_is_in_progress( void );
|
||||
bool rtems_interrupt_is_in_progress( void );
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
|
||||
@@ -465,7 +465,7 @@ This extension should have a prototype similar to the following:
|
||||
@example
|
||||
rtems_extension user_fatal_error(
|
||||
Internal_errors_Source the_source,
|
||||
rtems_boolean is_internal,
|
||||
bool is_internal,
|
||||
uint32_t the_error
|
||||
);
|
||||
@end example
|
||||
|
||||
Reference in New Issue
Block a user