summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadstart.c')
-rw-r--r--cpukit/score/src/threadstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadstart.c b/cpukit/score/src/threadstart.c
index b54ca25d92..9f8c9edc63 100644
--- a/cpukit/score/src/threadstart.c
+++ b/cpukit/score/src/threadstart.c
@@ -41,7 +41,7 @@ boolean _Thread_Start(
Thread_Start_types the_prototype,
void *entry_point,
void *pointer_argument,
- unsigned32 numeric_argument
+ uint32_t numeric_argument
)
{
if ( _States_Is_dormant( the_thread->current_state ) ) {