this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: No SIG_IGN for SIGCHLD

-1
-1
src/kernel/emulation/linux/signal/sigaction.c
··· 19 19 void (*sa_tramp)(void*, int, int, struct bsd_siginfo*, void*) = 0; 20 20 bsd_sig_handler* sig_handlers[32] = { 21 21 [LINUX_SIGWINCH] = (bsd_sig_handler*) SIG_IGN, 22 - [LINUX_SIGCHLD] = (bsd_sig_handler*) SIG_IGN, 23 22 [LINUX_SIGURG] = (bsd_sig_handler*) SIG_IGN, 24 23 }; 25 24 int sig_flags[32];