uloop: make SIGCHLD signal handling optional
authorPetar Paradzik <petar.paradzik@sartura.hr>
Mon, 3 Jul 2017 11:37:56 +0000 (13:37 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 29 Sep 2017 11:37:17 +0000 (13:37 +0200)
Some programs want to manage their own child life cycle without using
SIGCHLD signal handler. In these cases, uloop is reaping children for
them because they don't have SIGCHLD handler set. This patch makes it
possible to disable reaping children through 'uloop_handle_sigchld'
variable.

Signed-off-by: Petar Paradzik <petar.paradzik@sartura.hr>

No differences found