> The drawback of this move is that
>
> errno = EWOULDBLOCK;
> perror ("");
>
> now prints "Resource temporarily unavailable", where before it printed
> "Operation would block". But that's like on Linux. That's the "feature"
> you get by merging two error codes into a single one.Yes, that was expected. Patch ok for me too, thanks! Paolo
