[uClibc-cvs] CVS uClibc/libpthread/linuxthreads

CVS User jocke jocke at codepoet.org
Mon Jan 31 15:35:47 UTC 2005


Update of /var/cvs/uClibc/libpthread/linuxthreads
In directory nail:/tmp/cvs-serv24255

Modified Files:
	pthread.c 
Log Message:
Oops, remove extra sigaddset() call. Don't know how that one got there.


--- /var/cvs/uClibc/libpthread/linuxthreads/pthread.c	2005/01/29 14:20:10	1.16
+++ /var/cvs/uClibc/libpthread/linuxthreads/pthread.c	2005/01/31 15:35:46	1.17
@@ -376,7 +376,6 @@
   sa.sa_flags = 0;
   __libc_sigaction(__pthread_sig_restart, &sa, NULL);
   sa.sa_handler = pthread_handle_sigcancel;
-  sigaddset(&sa.sa_mask, __pthread_sig_restart);
   // sa.sa_flags = 0;
   __libc_sigaction(__pthread_sig_cancel, &sa, NULL);
   if (__pthread_sig_debug > 0) {



More information about the uClibc-cvs mailing list