From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3869 invoked by alias); 7 May 2009 03:13:24 -0000 Received: (qmail 3857 invoked by uid 22791); 7 May 2009 03:13:23 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 May 2009 03:13:15 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KJ900M007K7HV00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Thu, 07 May 2009 06:13:12 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.230.216]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KJ90095Z7LJBJ30@i-mtaout7.012.net.il>; Thu, 07 May 2009 06:12:56 +0300 (IDT) Date: Thu, 07 May 2009 03:13:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/commit] Handle EOF on terminals opened with ENONBLOCK... In-reply-to: <20090506230202.GU10734@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83my9pd2r9.fsf@gnu.org> References: <20090423191446.GB7512@adacore.com> <20090506230202.GU10734@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00147.txt.bz2 > Date: Wed, 6 May 2009 16:02:02 -0700 > From: Joel Brobecker > > > 2009-04-23 Joel Brobecker > > > > * utils.c: Add include of gdb_usleep.h. > > (defaulted_query): Detect false EOF conditions that happen > > on terminals opened with the O_NONBLOCK flag when there is > > nothing to read. > > This is what I ended up checking in. Eli, is the comment clearer > for you? Yes, thank you.