]> sourceware.org Git - glibc.git/commitdiff
Formerly unix/bsd/sun/sunos4/termbits.h.~2~
authorRoland McGrath <roland@gnu.org>
Tue, 30 Mar 1993 00:27:08 +0000 (00:27 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 30 Mar 1993 00:27:08 +0000 (00:27 +0000)
sysdeps/unix/bsd/sun/sunos4/termbits.h

index e50f6cb8aee41e60935467a2a96f5d5577113f8d..b8e9cd9a1719ea8657983a71dce53e38a63a23d7 100644 (file)
@@ -103,8 +103,10 @@ struct termios
 #define        CLOCAL  0x00000800      /* Ignore modem status lines.  */
 #ifdef __USE_BSD
 #define        LOBLK   0x00001000
-#define        CIBAUD  0x000f0000
 #define        CRTSCTS 0x80000000
+#define        CIBAUD  0x000f0000      /* Mask for input speed from c_cflag.  */
+#define        CBAUD   0x0000000f      /* Mask for output speed from c_cflag.  */
+#define        IBSHIFT 16              /* Bits to shift for input speed.  */
 #endif
 
   /* Local modes.  */
This page took 0.046174 seconds and 5 git commands to generate.