We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c9410d + 81b76df commit b80f3b7Copy full SHA for b80f3b7
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