diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-10 20:29:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-10 20:29:27 +0000 |
commit | 746abb97caa1b524b7f862aaf5bb07310df2fd5b (patch) | |
tree | 977e1b2a31a4ad9895688c435af8ba95949c22df | |
parent | 5877d45c66fb8d2374193037cd8b64c23134b23d (diff) |
Formerly tioctl.defs.~2~
-rw-r--r-- | hurd/tioctl.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs index 740637a0..1c00fb52 100644 --- a/hurd/tioctl.defs +++ b/hurd/tioctl.defs @@ -21,6 +21,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This subsystem is derived from calculations in <ioctls.h>. */ subsystem tioctl NNN; +/* MiG versions of TIOCSETA and TIOCGETA ioctls. The format is that + specified by the definition of _IOT_termios as described in <termbits.h>. */ type modes_t int[4]; type ccs_t char[20]; type speeds_t int[2]; |