summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-25 09:01:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-27 07:24:51 +0100
commit443c61ec94a7f953d6da0a548c92173ee557d2aa (patch)
tree56897d206dafa6c632c84cac43c1e648010ece26 /cpukit/libcsupport/Makefile.am
parentRequire __getreent() (diff)
downloadrtems-443c61ec94a7f953d6da0a548c92173ee557d2aa.tar.bz2
Delete empty libc_init()
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 a5da5f1861..d223b1d78e 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -109,7 +109,7 @@ TERMINAL_IDENTIFICATION_C_FILES += src/ttyname.c
LIBC_GLUE_C_FILES = src/__getpid.c src/__gettod.c src/__times.c \
src/truncate.c src/access.c src/stat.c src/lstat.c src/pathconf.c \
- src/newlibc_reent.c src/newlibc_init.c src/newlibc_exit.c \
+ src/newlibc_reent.c src/newlibc_exit.c \
src/kill_noposix.c src/utsname.c src/realpath.c
BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c src/issetugid.c