summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/malloctest/init.c2
1 files changed, 1 insertions, 1 deletions
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;
/*