summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/region.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/inline/rtems/rtems/region.inl')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/region.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/region.inl b/cpukit/rtems/inline/rtems/rtems/region.inl
index 86a9776c2b..721d89c110 100644
--- a/cpukit/rtems/inline/rtems/rtems/region.inl
+++ b/cpukit/rtems/inline/rtems/rtems/region.inl
@@ -83,7 +83,7 @@ RTEMS_INLINE_ROUTINE Region_Control *_Region_Get (
RTEMS_INLINE_ROUTINE void *_Region_Allocate_segment (
Region_Control *the_region,
- unsigned32 size
+ uint32_t size
)
{
return _Heap_Allocate( &the_region->Memory, size );