[git commit master] nptl provides sigaction and raise

Austin Foxley austinf at cetoncorp.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=93e6d12ea06dc489cde0d96f78d623410703d33e
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 libc/signal/Makefile.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libc/signal/Makefile.in b/libc/signal/Makefile.in
index f768b70..be9ddac 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
-- 
1.6.3.3



More information about the uClibc-cvs mailing list