summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectgetbyindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectgetbyindex.c')
-rw-r--r--cpukit/score/src/objectgetbyindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/objectgetbyindex.c b/cpukit/score/src/objectgetbyindex.c
index 0498dd1e31..f83562e753 100644
--- a/cpukit/score/src/objectgetbyindex.c
+++ b/cpukit/score/src/objectgetbyindex.c
@@ -46,7 +46,7 @@
Objects_Control *_Objects_Get_by_index(
Objects_Information *information,
- unsigned32 index,
+ uint32_t index,
Objects_Locations *location
)
{