core: merge restart() into io_op()
Any long-running system call may suffer EINTR, so arrange for all IO calls to be wrapped in the restart loop.
Showing
Please register or sign in to comment
Any long-running system call may suffer EINTR, so arrange for all IO calls to be wrapped in the restart loop.