summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 14:57:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 14:57:12 +0000
commit252565f24da1ca21bd681acf621201b5318d95d7 (patch)
tree0b35eb16e1f3871d3fa9e0d5071397247ab8cb88 /cpukit/score/src/Makefile.am
parent2000-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-252565f24da1ca21bd681acf621201b5318d95d7.tar.bz2
2000-10-18 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
* src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am: Added _Heap_Get_information() and information control block. * src/heapgetinfo.c: New file.
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/Makefile.am b/cpukit/score/src/Makefile.am
index 5e27949c90..71b597e533 100644
--- a/cpukit/score/src/Makefile.am
+++ b/cpukit/score/src/Makefile.am
@@ -22,7 +22,7 @@ CORE_SEMAPHORE_C_FILES = coresem.c coresemflush.c coresemseize.c \
coresemsurrender.c
HEAP_C_FILES = heap.c heapallocate.c heapextend.c heapfree.c \
- heapsizeofuserarea.c heapwalk.c
+ heapsizeofuserarea.c heapwalk.c heapgetinfo.c
OBJECT_C_FILES = object.c objectallocate.c objectallocatebyindex.c \
objectclearname.c objectcomparenameraw.c objectcomparenamestring.c \