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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user