summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/regionextend.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/regionextend.c')
-rw-r--r--cpukit/rtems/src/regionextend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/regionextend.c b/cpukit/rtems/src/regionextend.c
index cf02444b56..a198aabebc 100644
--- a/cpukit/rtems/src/regionextend.c
+++ b/cpukit/rtems/src/regionextend.c
@@ -45,10 +45,10 @@
rtems_status_code rtems_region_extend(
Objects_Id id,
void *starting_address,
- intptr_t length
+ uintptr_t length
)
{
- intptr_t amount_extended;
+ uintptr_t amount_extended;
Heap_Extend_status heap_status;
Objects_Locations location;
rtems_status_code return_status;