X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Fri, 11 Jan 2002 20:02:16 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sandmann AT clio DOT rice DOT edu Message-Id: <557-Fri11Jan2002200216+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <10201111747.AA19446@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: frlist.c proposed patch References: <10201111747 DOT AA19446 AT clio DOT rice DOT edu> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Fri, 11 Jan 2002 11:47:07 -0600 (CST) > > > > Maybe just put some impossible number, like -1 or something, instead > > of the handles in those FILE objects which are supposed to be > > preconnected. > > This was my first thought, then I wondered if ANSI or POSIX had anything > to say about it - and if so what we wanted to do about it. You mean that ANSI/Posix might require that stdin/stdout/stderr be always valid and ready to use? I don't know if they require this. Can someone look?