We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9410d commit 81b76dfCopy full SHA for 81b76df
thpool.c
@@ -349,7 +349,7 @@ static void* thread_do(struct thread* thread_p){
349
/* Register signal handler */
350
struct sigaction act;
351
sigemptyset(&act.sa_mask);
352
- act.sa_flags = SA_ONSTACK;
+ act.sa_flags = 0;
353
act.sa_handler = thread_hold;
354
if (sigaction(SIGUSR1, &act, NULL) == -1) {
355
err("thread_do(): cannot handle SIGUSR1");
0 commit comments