Hacker News new | ask | show | jobs
by jra_samba 2227 days ago
For EINTR it never returns a short read, as the only way to see EINTR is a return of -1 with errno==EINTR.

We handle signals fine.

1 comments

Sure, I was imprecise. A signal can cause a read to return a short result.