It is already present (in the master), but not used.

Regards,
Petar

On Fri, Sep 29, 2017 at 12:41 PM, Felix Fietkau <n...@nbd.name> wrote:
> On 2017-07-03 13:37, Petar Paradzik wrote:
>> 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.parad...@sartura.hr>
>> ---
>>  uloop.c | 5 ++++-
> You also need to add 'extern bool uloop_handle_sigchld' to uloop.h
>
> - Felix

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to