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)
commit69122fb5541575f7f20e1dee855a5f9eab6f57a9
treef222214c0ddae4b6eb70e42d0d605daae022f188
parent67a8d97675ce50f6692e17eeb826da604b18cd05
Make linux-build POSIX compatible

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.  */
include/common.h
src/shared.c