summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadrestart.c')
-rw-r--r--cpukit/score/src/threadrestart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c
index 904633b389..167fa78563 100644
--- a/cpukit/score/src/threadrestart.c
+++ b/cpukit/score/src/threadrestart.c
@@ -39,7 +39,7 @@
boolean _Thread_Restart(
Thread_Control *the_thread,
void *pointer_argument,
- unsigned32 numeric_argument
+ uint32_t numeric_argument
)
{
if ( !_States_Is_dormant( the_thread->current_state ) ) {