Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Authentication-Warning: eos.vss.fsi.com: ford owned process doing -bs
Date: Mon, 27 Oct 2003 11:06:25 -0600 (CST)
From: Brian Ford <ford@vss.fsi.com>
X-X-Sender: ford@eos
To: Andy Howell <AndyHowell@austin.rr.com>
cc: cygwin@cygwin.com
Subject: Re: error setting pipe to non-blocking IO
In-Reply-To: <3F9093B2.8090400@austin.rr.com>
Message-ID: <Pine.GSO.4.56.0310271054210.19644@eos>
References: <3F906430.5000100@austin.rr.com> <Pine.GSO.4.56.0310171656160.823@eos>
 <Pine.GSO.4.56.0310171709410.823@eos> <3F9093B2.8090400@austin.rr.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

This should now be supported in the latest snapshot available at:

http://www.cygwin.com/snapshots

Please test and confirm if you are so inclined.  Thanks.

On Fri, 17 Oct 2003, Andy Howell wrote:
> Brian Ford wrote:
> > Andy Howell wrote:
> >>	ioctl(pipefd[0], FIONBIO, &n);
> >>
> > use:
> >         fcntl(pipefd[0], F_SETFL, O_NONBLOCK);
> > instead.
> >
> > PTC for FIONBIO, although I can't even find what header that's in?
>
> fcntl did the trick. Thanks. FIONBIO come from sys/termios.h. I
> mis-spelled it in my message.
>

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

