summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-11 20:36:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-11 20:36:44 +0000
commit0c116189aa322379431561eef2f4710ebd41fdfc (patch)
tree66e7492513afccc20ab638d31cef65e4fb657f1a /cpukit/libcsupport/Makefile.am
parent2009-11-11 Jennifer Averett <jennifer.averett@OARcorp.com> (diff)
downloadrtems-0c116189aa322379431561eef2f4710ebd41fdfc.tar.bz2
2009-11-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h, libcsupport/src/rtems_malloc.c: New function rtems_malloc().
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index cb403bb08e..7317e6da62 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -90,7 +90,8 @@ MALLOC_C_FILES = src/malloc_initialize.c src/calloc.c src/malloc.c \
src/malloc_report_statistics.c src/malloc_report_statistics_plugin.c \
src/malloc_statistics_helpers.c src/malloc_boundary.c \
src/posix_memalign.c src/rtems_memalign.c src/malloc_deferred.c \
- src/malloc_sbrk_helpers.c src/malloc_dirtier.c src/malloc_p.h
+ src/malloc_sbrk_helpers.c src/malloc_dirtier.c src/malloc_p.h \
+ src/rtems_malloc.c
PASSWORD_GROUP_C_FILES = src/getpwent.c