From 9224a751b12835d21b11760c32a4a89524bb6b3e Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 30 Nov 2009 13:06:21 +0000 Subject: Changed base implementation of protected heap allocations to use _Heap_Allocate_aligned_with_boundary(). --- cpukit/score/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 8cf2eff059..a86f2a323e 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -138,7 +138,7 @@ libscore_a_SOURCES += src/objectallocatebyindex.c src/objectgetbyindex.c endif ## PROTECTED_HEAP_C_FILES -libscore_a_SOURCES += src/pheapallocatealigned.c src/pheapallocate.c \ +libscore_a_SOURCES += src/pheapallocate.c \ src/pheapextend.c src/pheapfree.c src/pheapgetsize.c \ src/pheapgetblocksize.c src/pheapgetfreeinfo.c src/pheapgetinfo.c \ src/pheapinit.c src/pheapresizeblock.c src/pheapwalk.c -- cgit v1.2.3