From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE -- author(s) please read this Date: Sat, 15 Nov 1997 15:54:50 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 16 Message-ID: <346db13a.92135053@news.uni-duisburg.de> References: <346e3480 DOT 11667399 AT unidui DOT uni-duisburg DOT de> <64jfsr$g3o AT sjx-ixn4 DOT ix DOT netcom DOT com> NNTP-Posting-Host: ppp104.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 15 Nov 1997 06:36:11 GMT, firewind wrote: > Michael Mauch wrote: > > > Strange enough that I have to check if stdout is ready for input, but it > > becomes worse if you redirect stdout as well: [...] > I'm interested in knowing why you expect stdout (a write-only stream) to > be flagged by select() as ready for input. Yes, I don't know this as well - but it is done in the djgpp\src\libc\compat\time\select.c if you compile it with -D TEST. Regards... Michael