pkg / term

Package term manages POSIX terminals.
BSD 2-Clause "Simplified" License
393 stars 64 forks source link

Fix error running tests on Linux kernel 5.13 or newer #71

Open ssgelm opened 2 years ago

ssgelm commented 2 years ago

As of torvalds/linux@1b8b20868a6d64cfe8174a21b25b74367bdf0560, unsupported ioctls now return ENOTTY instead of EINVAL. This change was also backported to the 5.10 stable branch, so it's a problem on the current release of many Linux distros now.