summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/internal.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 09:12:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 09:12:43 +0000
commit937ec606fbbba1876b79a0cbe4b84e3f3d9c77e9 (patch)
treea4b1d9c45149a1e519fc683633471cbd0605d6d5 /cpukit/libmisc/stackchk/internal.h
parent2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-937ec606fbbba1876b79a0cbe4b84e3f3d9c77e9.tar.bz2
Convert to using "bool".
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/stackchk/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/stackchk/internal.h b/cpukit/libmisc/stackchk/internal.h
index 2dfbbed3f1..0f6389149f 100644
--- a/cpukit/libmisc/stackchk/internal.h
+++ b/cpukit/libmisc/stackchk/internal.h
@@ -49,7 +49,7 @@ typedef struct {
* rtems_stack_checker_create_extension
*/
-boolean rtems_stack_checker_create_extension(
+bool rtems_stack_checker_create_extension(
Thread_Control *running,
Thread_Control *the_thread
);
@@ -77,7 +77,7 @@ void rtems_stack_checker_switch_extension(
void rtems_stack_checker_fatal_extension(
Internal_errors_Source source,
- boolean is_internal,
+ bool is_internal,
uint32_t status
);