Date: Tue, 20 Apr 1999 10:38:52 -0400 Message-Id: <199904201438.KAA10238@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <199904200356.DAA32542@out2.ibm.net> (snowball3@usa.net) Subject: Re: Bug no. 277 References: <199904200356 DOT DAA32542 AT out2 DOT ibm DOT net> Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > If it isn't intentional, here's a patch to not let _IOEOF be set when the > stream is stdin: Will this do the right thing if stdin is redirected? It won't do the right thing if someone dup's stdin to another stream, nor fdopens fd 0 to another stream.