From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 27 Jul 2013 20:55:06 -0400 To: 9fans@9fans.net Message-ID: <2bcd98cbd031cf8ac798987c56fcbc3c@brasstown.quanstro.net> In-Reply-To: References: <20130727074822.50f9af70@Krypton> <906e7ed0e591c1125838c17258440bb6@kw.quanstro.net> <26c21ed605e201dcad928e22c7ec360c@brasstown.quanstro.net> <20130727213936.GA22631@intma.in> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] MirOS ksh (mksh) building out-of-the box on Plan9/APE Topicbox-Message-UUID: 6e8be86e-ead8-11e9-9d60-3106f5b1d025 On Sat Jul 27 18:41:08 EDT 2013, aram.h@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