summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 19:02:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 19:02:03 +0000
commit7edb9281a2e9da28fdaa64a7a71905a24e0dc6f8 (patch)
treef401ae5204e4f045b1788bbdad709bbf85e0ab2b /c/src/lib/libc/Makefile.in
parentPatch from Eric Valette <valette@crf.canon.fr> so this will build (diff)
downloadrtems-7edb9281a2e9da28fdaa64a7a71905a24e0dc6f8.tar.bz2
Following comments from Eric Norum <eric@cls.usask.ca>, a fairly
substantial upgrade of newlibc.c occurred. Now the user extension data area is used rather than notepads and as many routines as possible were split into other files further reducing the minimum footprint of an RTEMS executable.
Diffstat (limited to 'c/src/lib/libc/Makefile.in')
-rw-r--r--c/src/lib/libc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libc/Makefile.in b/c/src/lib/libc/Makefile.in
index e91e2dd478..8b88d51c8e 100644
--- a/c/src/lib/libc/Makefile.in
+++ b/c/src/lib/libc/Makefile.in
@@ -46,8 +46,8 @@ MALLOC_C_PIECES = malloc __brk __sbrk
PASSWORD_GROUP_C_PIECES = getpwent getgrent
-LIBC_GLUE_C_PIECES = __gettod __times truncate access stat lstat pathconf \
- newlibc no_libc
+LIBC_GLUE_C_PIECES = __getpid __gettod __times truncate access stat \
+ lstat pathconf newlibc no_posix no_libc
UNIX_LIBC_C_PIECES = unixlibc hosterr