OSDN Git Service

Oops, remove extra sigaddset() call. Don't know how that one got there.
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Mon, 31 Jan 2005 15:35:46 +0000 (15:35 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Mon, 31 Jan 2005 15:35:46 +0000 (15:35 -0000)
libpthread/linuxthreads/pthread.c

index 2615fe7..afc785d 100644 (file)
@@ -376,7 +376,6 @@ static void pthread_initialize(void)
   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) {