From 9625b235c50578ddb831ef49d49516f330145e2f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 08:24:08 +0000 Subject: Fix _Heap_Resize_block args. --- testsuites/libtests/malloctest/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index 395f39ff45..6e56e094f7 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -134,7 +134,7 @@ static void test_free( void *addr ) static void test_heap_cases_1(void) { void *p1, *p2, *p3; - intptr_t u1, u2; + uintptr_t u1, u2; Heap_Resize_status rsc; /* -- cgit v1.2.3