Il 20/02/2013 20:39, Orr Dvory ha scritto: > if (errno != EINTR && errno != EAGAIN) > + /* there's no need to restore the > + O_NONBLOCK option. */ > return; > +
But it's cleaner to do it anyway. :) Paolo
Il 20/02/2013 20:39, Orr Dvory ha scritto: > if (errno != EINTR && errno != EAGAIN) > + /* there's no need to restore the > + O_NONBLOCK option. */ > return; > +
But it's cleaner to do it anyway. :) Paolo