summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/userextthreadbegin.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/userextthreadbegin.c')
-rw-r--r--cpukit/score/src/userextthreadbegin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/userextthreadbegin.c b/cpukit/score/src/userextthreadbegin.c
index bf2cc1a1af..7c36604d2a 100644
--- a/cpukit/score/src/userextthreadbegin.c
+++ b/cpukit/score/src/userextthreadbegin.c
@@ -70,7 +70,7 @@ void _User_extensions_Thread_exitted (
void _User_extensions_Fatal (
Internal_errors_Source the_source,
- boolean is_internal,
+ bool is_internal,
uint32_t the_error
)
{