summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-15 05:30:47 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-15 05:30:47 +0000
commit402cb6dedfb3d271c7aab269ad9b79b04c21b62d (patch)
tree003ce7df109ff21b4561376c4c4bc690b8b7ba3d /libc/sysdeps/linux/common
parent46850f098985cb7ca49b7617dd49257634da8561 (diff)
downloaduClibc-alpine-402cb6dedfb3d271c7aab269ad9b79b04c21b62d.tar.bz2
uClibc-alpine-402cb6dedfb3d271c7aab269ad9b79b04c21b62d.tar.xz
Clean up '_res' such that it will now work for, NPTL, linuxthreads and
even no threads. Fix 'pthread_atfork' function and clean up duplicate of '__set_errno' that is not needed.
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index d4efbaaad..191d0a7aa 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -14,10 +14,6 @@ ifeq ($(EXCLUDE_BRK),y)
CSRC:=$(filter-out sbrk.c,$(CSRC))
endif
-ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
-CSRC:=$(filter-out fork.c,$(CSRC))
-endif
-
COMMON_SSP:=ssp.c ssp-local.c
# full list
@@ -34,7 +30,7 @@ CSRC:=$(filter-out $(COMMON_SSP),$(CSRC))
endif
ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
-CSRC:=$(filter-out getpid.c raise.c,$(CSRC))
+CSRC:=$(filter-out fork.c getpid.c raise.c,$(CSRC))
endif
# fails for some reason