Explorar o código

Oops, remove extra sigaddset() call. Don't know how that one got there.

Joakim Tjernlund %!s(int64=20) %!d(string=hai) anos
pai
achega
132f19003a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      libpthread/linuxthreads/pthread.c

+ 0 - 1
libpthread/linuxthreads/pthread.c

@@ -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) {