Fixed typo in process.d

This commit is contained in:
Juan Jose Garcia Ripoll 2012-07-22 22:12:57 +02:00
parent 13cb83fa3a
commit 52f6efc2a0

View file

@ -208,7 +208,7 @@ thread_cleanup(void *aux)
{
sigset_t new[1];
sigemptyset(new);
sigaddset(new, ecl_option_values[ECL_OPT_SIGNAL_HANDLING_THREAD]);
sigaddset(new, ecl_option_values[ECL_OPT_THREAD_INTERRUPT_SIGNAL]);
pthread_sigmask(SIG_BLOCK, new, NULL);
}
#endif