On Tue, 31 Oct 2000, Terry Lambert wrote:

> not noticing that read was returning 0 (which is returned on EOF,
> but is also returned on perfectly goo non-blocking fds, and in the

If you read from a non blocking fd (and there is nothing to read) don't
you get -1 and errno = EAGAIN?

> case that vmin is set to zero to effect a timed poll via vtime).

That seems to be a problem.

Andrew



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to