From df710eb34cbad6dfd1d1f93fdce1e3ee4e169d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 1 Oct 2003 02:04:23 +0000 Subject: [PATCH] Now redefines the realloc() function as well (so that the correct one will be used). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4905 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kernel/boot/heap/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/kernel/boot/heap/Jamfile b/src/tests/kernel/boot/heap/Jamfile index 45169641dd..a72e20d3d6 100644 --- a/src/tests/kernel/boot/heap/Jamfile +++ b/src/tests/kernel/boot/heap/Jamfile @@ -6,7 +6,7 @@ UsePrivateHeaders kernel ; SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ; SubDirHdrs $(OBOS_TOP) headers private kernel boot platform $(OBOS_BOOT_PLATFORM) ; -ObjectDefines heap.cpp : malloc=heap_malloc free=heap_free HEAP_TEST=1 ; +ObjectDefines heap.cpp : malloc=heap_malloc free=heap_free realloc=heap_realloc HEAP_TEST=1 ; # This lets the correct stdio.h header be available # on the build platform.