On Tue, May 22, 2012 at 4:49 PM, Zsbán Ambrus <[email protected]> wrote: > On Tue, May 22, 2012 at 11:21 AM, Denis Bilenko <[email protected]> > wrote: >> The patch below defers installing SIGCHLD until the first child >> watcher is started. Thus, if an application does not use child >> watchers, libev never installs a SIGCHLD handler. > > Couldn't you instead compile with EV_MULTIPLICITY and use a non-default loop?
No, because I do want to use child watchers. It's a library, once compiled, it can be used in different applications. _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
