From 7edb9281a2e9da28fdaa64a7a71905a24e0dc6f8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Nov 1999 19:02:03 +0000 Subject: Following comments from Eric Norum , 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. --- c/src/lib/libc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libc/Makefile.in') 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 -- cgit v1.2.3