Lorenzo Colitti
f936ef1a9f
Include linux/termios.h from sys/ioctl.h.
On NetBSD and glibc, including sys/ioctl.h provides some terminal ioctl data structures such as struct winsize. For compatibility, provide these via sys/ioctl.h in bionic as well. bionic does not have its own definitions for these structures, so get them from the Linux kernel definitions. Change-Id: I01345c23c0bebd60b0a80fc33668e7c0ad7356c3
Description
No description provided
Languages
C
68.1%
Assembly
16.2%
C++
13.4%
Makefile
1.1%
Python
0.9%
Other
0.2%