Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unix: retry ioctl(TIOCGWINSZ) on EINTR
Some platforms (notably Solaris) can fail in this ioctl() if interrupted by a signal. Retry the system call when that happens. Fixes: nodejs/node#5737
- Loading branch information