summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadqdequeuepriority.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadqdequeuepriority.c')
-rw-r--r--cpukit/score/src/threadqdequeuepriority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadqdequeuepriority.c b/cpukit/score/src/threadqdequeuepriority.c
index dde9996ceb..4567a76fd3 100644
--- a/cpukit/score/src/threadqdequeuepriority.c
+++ b/cpukit/score/src/threadqdequeuepriority.c
@@ -42,7 +42,7 @@ Thread_Control *_Thread_queue_Dequeue_priority(
Thread_queue_Control *the_thread_queue
)
{
- unsigned32 index;
+ uint32_t index;
ISR_Level level;
Thread_Control *the_thread = NULL; /* just to remove warnings */
Thread_Control *new_first_thread;