[2020-02][linux] Some pseudo-tty fixes (#21205)mono-6.12.0.152
commita1ada04a58a69c792e0bb37021e98b9c0b0dc686
authorAleksey Kliger (λgeek) <alklig@microsoft.com>
Mon, 30 Aug 2021 23:17:56 +0000 (30 19:17 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 23:17:56 +0000 (30 19:17 -0400)
treea33e1ae4e09b404d0d409af96fadcc7db837e64d
parent3cf59ad33daa57120ec2d3ca97cfdff4c89ca372
[2020-02][linux] Some pseudo-tty fixes (#21205)

* Ignore EINVAL errors on ioctl TIOCMGET/TIOCMSET so (#20219)

pseudo-ttys are usable. (#20218)

* Fix pseudo-ttys for kernel versions >= 5.13 (#21203)

Co-authored-by: csanchezdll <csanchezdll@gmail.com>
support/serial.c