On Sat Jul 27 18:41:08 EDT 2013, ara...@mgk.ro wrote:
> > SIGCHLD is not defined for plan 9, except in ape.  that's what i
> > would call ape-specific.
> 
> You're intentionally missing the point.

i don't think so.  ape must solve the sigchld problem since that
is a posix interface, and ape's raison d'etre is posix emulation.
go, not using ape and not implemeting posix, does not.  also since we
only have to worry about go, we can take a look at its specific use
of sigchld and figure out another implementation.  if the runtime is
using it, then it would be easy enough to just generate a note on exit.

- erik

Reply via email to