summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadget.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadget.c')
-rw-r--r--cpukit/score/src/threadget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c
index 97b31afdde..2fde125f05 100644
--- a/cpukit/score/src/threadget.c
+++ b/cpukit/score/src/threadget.c
@@ -43,8 +43,8 @@ Thread_Control *_Thread_Get (
Objects_Locations *location
)
{
- unsigned32 the_api;
- unsigned32 the_class;
+ uint32_t the_api;
+ uint32_t the_class;
Objects_Information *information;
Thread_Control *tp = (Thread_Control *) 0;