Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-09 07:23:42 +00:00
parent dad723f431
commit b2adb4528f
2 changed files with 2 additions and 2 deletions

View File

@@ -441,7 +441,7 @@ This directive will not cause the calling task to be preempted.
@ifset is-C @ifset is-C
@findex rtems_interrupt_is_in_progress @findex rtems_interrupt_is_in_progress
@example @example
rtems_boolean rtems_interrupt_is_in_progress( void ); bool rtems_interrupt_is_in_progress( void );
@end example @end example
@end ifset @end ifset

View File

@@ -465,7 +465,7 @@ This extension should have a prototype similar to the following:
@example @example
rtems_extension user_fatal_error( rtems_extension user_fatal_error(
Internal_errors_Source the_source, Internal_errors_Source the_source,
rtems_boolean is_internal, bool is_internal,
uint32_t the_error uint32_t the_error
); );
@end example @end example