From 93e6d12ea06dc489cde0d96f78d623410703d33e Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 14:36:17 -0700 Subject: nptl provides sigaction and raise Signed-off-by: Austin Foxley --- libc/signal/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/signal') diff --git a/libc/signal/Makefile.in b/libc/signal/Makefile.in index f768b7019..be9ddac94 100644 --- a/libc/signal/Makefile.in +++ b/libc/signal/Makefile.in @@ -21,6 +21,10 @@ ifeq ($(UCLIBC_SUSV4_LEGACY),y) CSRC += sigintr.c endif +ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) +CSRC:=$(filter-out raise.c sigaction.c,$(CSRC)) +endif + ifneq ($(strip $(ARCH_OBJS)),) CSRC := $(filter-out $(notdir $(ARCH_OBJS:.o=.c)),$(CSRC)) endif -- cgit v1.2.3