From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5797 invoked by alias); 15 Jul 2003 05:41:03 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 5778 invoked from network); 15 Jul 2003 05:41:02 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 15 Jul 2003 05:41:02 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19cIXl-0005C2-00 for ; Tue, 15 Jul 2003 07:40:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: sid@sources.redhat.com Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19cIPV-0004jJ-00 for ; Tue, 15 Jul 2003 07:31:33 +0200 From: Ben Elliston Subject: Re: [patch] Restore correct flags in stdioConsole::read Date: Tue, 15 Jul 2003 05:41:00 -0000 Message-ID: <87wuekfm2j.fsf@sashimi.wasabisystems.com> References: <3F12FA95.2050509@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-SW-Source: 2003-q3/txt/msg00006.txt.bz2 Hi Dave Dave Brolley writes: > I've committed the attached patch which restores the original flags > in stdioConsole::read. The existing code was turning off O_NONBLOCK > regardless of whether it was previously off. I've no doubt this was due to a quirk in Cygwin (perhaps the dreaded tri-sync problem) :-). It's been so long now, though, that it has probably been fixed and putting things right is a good way to find out if it has! Cheers, Ben