summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectallocatebyindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectallocatebyindex.c')
-rw-r--r--cpukit/score/src/objectallocatebyindex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/objectallocatebyindex.c b/cpukit/score/src/objectallocatebyindex.c
index 04809bbca4..ec951d9747 100644
--- a/cpukit/score/src/objectallocatebyindex.c
+++ b/cpukit/score/src/objectallocatebyindex.c
@@ -37,8 +37,8 @@
Objects_Control *_Objects_Allocate_by_index(
Objects_Information *information,
- unsigned32 index,
- unsigned32 sizeof_control
+ uint32_t index,
+ uint32_t sizeof_control
)
{
Objects_Control *the_object;