Description
We should handle EINTR with automatic retries for syscalls that can be interrupted to avoid unnecessary crashes in cases where system calls can be interrupted and where we CHECK on failure (many places where we perform disk IO). We should be able to encapsulate much of this logic in env_posix.cc