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 eacdc15706..f71aedf518 100644
--- a/cpukit/score/src/userextthreadbegin.c
+++ b/cpukit/score/src/userextthreadbegin.c
@@ -63,7 +63,7 @@ void _User_extensions_Thread_exitted (
void _User_extensions_Fatal (
Internal_errors_Source the_source,
bool is_internal,
- uint32_t the_error
+ Internal_errors_t the_error
)
{
Chain_Node *the_node;