From b2adb4528f069544578b1f649d8be2efc15a25d4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 9 Sep 2008 07:23:42 +0000 Subject: Convert to "bool". --- doc/user/intr.t | 2 +- doc/user/userext.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/user/intr.t b/doc/user/intr.t index a1d2196ac3..e9b8e84f8a 100644 --- a/doc/user/intr.t +++ b/doc/user/intr.t @@ -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 diff --git a/doc/user/userext.t b/doc/user/userext.t index 2a6fad440a..fbcb93b0cd 100644 --- a/doc/user/userext.t +++ b/doc/user/userext.t @@ -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 -- cgit v1.2.3