POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/termios.h.html
Portability problems fixed by Gnulib:
pid_t
on all platforms:
glibc on some architectures, FreeBSD 6.4, OpenBSD 4.9, Cygwin 1.7.11.
Portability problems not fixed by Gnulib:
struct termios
, struct winsize
, cc_t
,
speed_t
, tcflag_t
are not defined on some platforms:
mingw, MSVC 14.
struct winsize
is defined in sys/ioctl.h
on some platforms:
glibc, AIX.