lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /* Compatible <termio.h> for old `struct termio' ioctl interface. |
2 | This is obsolete; use the POSIX.1 `struct termios' interface | ||||
3 | defined in <termios.h> instead. */ | ||||
4 | |||||
5 | #include <termios.h> | ||||
6 | #include <sys/ioctl.h> |