summaryrefslogtreecommitdiff
path: root/include/termio.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-16 10:19:28 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-16 10:19:28 +0000
commitf87967b01fe48a28e3e0c88bef9fada86d685b76 (patch)
treeac685556dc18c701156a65d7ac5c19bfd9f3fe7f /include/termio.h
parent9e750508ce93b6d0f7b949fc5aadbdd1af675155 (diff)
Add wrapper for old termio interface
Diffstat (limited to 'include/termio.h')
-rw-r--r--include/termio.h5
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>