Nils Durner <[EMAIL PROTECTED]> writes:
>
>  static SCM
>  signal_delivery_thread (void *data)
>  {
> -  sigset_t all_sigs;
>    int n, sig;
>    char sigbyte;
>  
> +#ifndef __MINGW32__
> +  sigset_t all_sigs;
> +
>    sigfillset (&all_sigs);
>    scm_i_pthread_sigmask (SIG_SETMASK, &all_sigs, NULL);
> +#endif

Are you sure about that?  Does it mean the signal delivery thread
doesn't catch any signals?


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to