Add handleEINTR() function and use it for read/write/writev syscalls
EINTR is commonly encountered when running under a debugger, so this change makes it possible to do so without hitting spurious EINTR errors.
Showing
Please register or sign in to comment