diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:19:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:19:28 +0000 |
commit | f87967b01fe48a28e3e0c88bef9fada86d685b76 (patch) | |
tree | ac685556dc18c701156a65d7ac5c19bfd9f3fe7f /include | |
parent | 9e750508ce93b6d0f7b949fc5aadbdd1af675155 (diff) |
Add wrapper for old termio interface
Diffstat (limited to 'include')
-rw-r--r-- | include/termio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/termio.h b/include/termio.h index 9e2695652..0e610f0c5 100644 --- a/include/termio.h +++ b/include/termio.h @@ -1 +1,6 @@ +/* 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 <termios.h> +#include <sys/ioctl.h> |