summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-10 14:30:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-10 14:30:26 +0000
commitdc6b394df014ae45c2c78648a40cd3ce9ab8c133 (patch)
tree26ad32cd3114b33d576ad5ef023d9736dc8ac1bc /cpukit/libcsupport/Makefile.am
parent2010-07-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-dc6b394df014ae45c2c78648a40cd3ce9ab8c133.tar.bz2
2010-07-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libcsupport/Makefile.am: Remove these files as they are uused. * libcsupport/src/__brk.c, libcsupport/src/__sbrk.c: Removed.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 8cdf7973d1..ec2260c9a3 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -86,7 +86,7 @@ ID_C_FILES = src/getegid.c src/geteuid.c src/getgid.c src/getgroups.c \
MALLOC_C_FILES = src/malloc_initialize.c src/calloc.c src/malloc.c \
src/realloc.c src/_calloc_r.c src/_malloc_r.c \
src/free.c src/freenode.c src/_free_r.c \
- src/_realloc_r.c src/__brk.c src/__sbrk.c src/mallocfreespace.c \
+ src/_realloc_r.c src/mallocfreespace.c \
src/mallocinfo.c src/malloc_walk.c src/malloc_get_statistics.c \
src/malloc_report_statistics.c src/malloc_report_statistics_plugin.c \
src/malloc_statistics_helpers.c src/posix_memalign.c \