commit | f936ef1a9f1f77985ca1fae35c1b0dc78e1510c0 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Wed Jul 03 11:57:15 2013 +0900 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 03 13:35:18 2013 -0700 |
tree | 8dc7beb630070de7db38581631e12e1bba2a31aa | |
parent | d7b0d6e1e157f87887ec2708d6478b8eb2873077 [diff] |
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