Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: don't abort on EIO when restoring tty
EIO has been observed to be returned by the Linux kernel under some circumstances. Reading through drivers/tty/tty_io*.c, it seems to indicate the tty went away. Of course none of this is documented. Fixes: nodejs#28479
- Loading branch information