Make linux-build POSIX compatible
authorMoritz Kick <firebird@blackphoenix.de>
Wed, 29 Jun 2016 16:23:08 +0000 (18:23 +0200)
committerMoritz Kick <firebird@blackphoenix.de>
Wed, 29 Jun 2016 16:23:08 +0000 (18:23 +0200)
Also allow it to actually compile on musl-libc systems.

From glibc's termio.h:
/* Compatible <termio.h> for old `struct termio' ioctl interface.
   This is obsolete; use the POSIX.1 `struct termios' interface
   defined in <termios.h> instead.  */


No differences found