summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/iterateoverthreads.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/iterateoverthreads.c')
-rw-r--r--cpukit/score/src/iterateoverthreads.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/iterateoverthreads.c b/cpukit/score/src/iterateoverthreads.c
index 418f87b304..60b27842e5 100644
--- a/cpukit/score/src/iterateoverthreads.c
+++ b/cpukit/score/src/iterateoverthreads.c
@@ -20,8 +20,8 @@
void rtems_iterate_over_all_threads(rtems_per_thread_routine routine)
{
- unsigned32 i;
- unsigned32 api_index;
+ uint32_t i;
+ uint32_t api_index;
Thread_Control *the_thread;
Objects_Information *information;