Date: Mon, 16 Jun 1997 11:19:03 +0300 (IDT) From: Eli Zaretskii To: Charles Sandmann cc: djgpp-workers AT delorie DOT com Subject: Re: Latest stub In-Reply-To: <9706151959.AA15968@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 15 Jun 1997, Charles Sandmann wrote: > The other alternative would be to add a feature to let the libc allocate > handles without the inherit bit, or to have it only set the inherit bit > for handles in the first 16 or so. Yes, that's what I was thinking originally, but I don't feel I know enough about this to decide where to draw the line. The number 16 seems arbitrary (although probably high enough). Since all we need is a single handle, even keeping handle 19 alone non-inherited would be enough. Does anybody know about cases where more than that needs to be inherited?