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
This commit is contained in:
Axel Dörfler
2003-10-01 02:04:23 +00:00
parent e2ab678b8f
commit df710eb34c
+1 -1
View File
@@ -6,7 +6,7 @@ UsePrivateHeaders kernel ;
SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ; SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ;
SubDirHdrs $(OBOS_TOP) headers private kernel boot platform $(OBOS_BOOT_PLATFORM) ; 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 # This lets the correct stdio.h header be available
# on the build platform. # on the build platform.