* Mark Linn <[EMAIL PROTECTED]> wrote: > I am setting the O_NONBLOCK flag on a socket file descriptor using fcntl, > > will a read() on the socket return EINTR when the process get a signal?
Probably not, because that would only happen if the kernel would call the *sleep() routines, which it won't do, because the O_NONBLOCK flag disables that. -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/
pgpjMwC0P1ZwB.pgp
Description: PGP signature

