svn commit: branches/uClibc-nptl: libc/signal libc/sysdeps/linux/common li etc...

Peter S. Mazinger ps.m at gmx.net
Mon Feb 13 10:27:30 UTC 2006


On Sat, 4 Feb 2006 sjhill at uclibc.org wrote:

> Author: sjhill
> Date: 2006-02-04 21:46:07 -0800 (Sat, 04 Feb 2006)
> New Revision: 13850
> 
> Log:
> Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER and SIGSETXID.
> 
> Changeset:
> Modified: branches/uClibc-nptl/libc/signal/Makefile.in
> ===================================================================
> --- branches/uClibc-nptl/libc/signal/Makefile.in	2006-02-05 05:37:43 UTC (rev 13849)
> +++ branches/uClibc-nptl/libc/signal/Makefile.in	2006-02-05 05:46:07 UTC (rev 13850)
> @@ -11,6 +11,10 @@
>  	sigorset.c sigpause.c sigrelse.c sigset.c sigsetmask.c sigsetops.c \
>  	sysv_signal.c sigwait.c
>  
> +ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
> +CSRC:=$(filter-out raise.c,$(CSRC))
> +endif
> +

this shouldn't be needed anymore (at least in trunk) if you weaken the 
libc version of raise

Peter




More information about the uClibc mailing list