Thayne Harbaugh <[EMAIL PROTECTED]> writes:

> I also notice that in io.c there are io_set_nonblocking() and
> io_set_close_on_exec which uses F_SETFL and F_SETFD (respectively)
> without prior doing a F_GETFL and F_GETFD, or'ing the bits with
> the O_NONBLOCK and FD_CLOEXEC, and then using F_SETFL and F_SETFD
> respectively.

Hmm, that's probably the bug. Thanks for investigating it. I'll see
what I can do about it.

/Niels

Reply via email to