Explorar o código

nptl provides sigaction and raise

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley %!s(int64=14) %!d(string=hai) anos
pai
achega
93e6d12ea0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      libc/signal/Makefile.in

+ 4 - 0
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