This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA/commit] Handle EOF on terminals opened with ENONBLOCK...
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 07 May 2009 06:13:14 +0300
- Subject: Re: [RFA/commit] Handle EOF on terminals opened with ENONBLOCK...
- References: <20090423191446.GB7512@adacore.com> <20090506230202.GU10734@adacore.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 6 May 2009 16:02:02 -0700
> From: Joel Brobecker <brobecker@adacore.com>
>
> > 2009-04-23 Joel Brobecker <brobecker@adacore.com>
> >
> > * 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.