summaryrefslogtreecommitdiffstats
path: root/xen-hvm.c
diff options
context:
space:
mode:
authorNatanael Copa2014-04-29 16:17:27 +0200
committerPeter Maydell2014-06-11 01:25:06 +0200
commit6ad3f09bd457275f534810c2fce90fb03305a91a (patch)
treee4e7b1ae9c7bd681c541f8dea70a308fbe98c5f0 /xen-hvm.c
parentbsd-user/mmap.c: Don't try to override g_malloc/g_free (diff)
downloadqemu-6ad3f09bd457275f534810c2fce90fb03305a91a.tar.gz
qemu-6ad3f09bd457275f534810c2fce90fb03305a91a.tar.xz
qemu-6ad3f09bd457275f534810c2fce90fb03305a91a.zip
util/qemu-openpty: fix build with musl libc by include termios.h as fallback
Include termios.h as POSIX fallback when not glibc, bsd or solaris. POSIX says that termios.h should define struct termios and TCAFLUSH. http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html This fixes the following compile errors with musl libc: util/qemu-openpty.c: In function 'qemu_openpty_raw': util/qemu-openpty.c:112:20: error: storage size of 'tty' isn't known struct termios tty; ^ ... util/qemu-openpty.c:128:24: error: 'TCSAFLUSH' undeclared (first use in this function) tcsetattr(*aslave, TCSAFLUSH, &tty); ^ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'xen-hvm.c')
0 files changed, 0 insertions, 0 deletions