summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/stackchk/internal.h')
-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
);