[uClibc-cvs] svn commit: trunk/uClibc/libpthread/linuxthreads

jocke at uclibc.org jocke at uclibc.org
Sat May 28 21:58:10 UTC 2005


Author: jocke
Date: 2005-05-28 15:58:09 -0600 (Sat, 28 May 2005)
New Revision: 10429

Log:
I added, then removed and now I add this again :). Hopefully I got it rigth this time.


Modified:
   trunk/uClibc/libpthread/linuxthreads/pthread.c


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/pthread.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/pthread.c	2005-05-28 21:18:22 UTC (rev 10428)
+++ trunk/uClibc/libpthread/linuxthreads/pthread.c	2005-05-28 21:58:09 UTC (rev 10429)
@@ -376,6 +376,7 @@
   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