summaryrefslogtreecommitdiff
path: root/termios
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-05-06 15:34:36 +0000
committerRoland McGrath <roland@gnu.org>1992-05-06 15:34:36 +0000
commit9222a0673f3ecfb38d7930291d4c6e9ac6ca7437 (patch)
treee7a4b8c43c0d9c903cd95e9304fb7220057b0721 /termios
parentd1d69893e97905260a3732f01d501e637d8159c6 (diff)
Formerly ../termios/termios.h.~7~
Diffstat (limited to 'termios')
-rw-r--r--termios/termios.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/termios/termios.h b/termios/termios.h
index 09f349fee8..502d4f9dc4 100644
--- a/termios/termios.h
+++ b/termios/termios.h
@@ -182,7 +182,8 @@ struct termios
#define EXTB 38400
#endif
};
-
+#define _IOT_termios /* Hurd ioctl type field. */ \
+ _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
/* Return the output baud rate stored in *TERMIOS_P. */
extern speed_t EXFUN(cfgetospeed, (CONST struct termios *__termios_p));