fix TCS* definitions in mips termios.h
authorSzabolcs Nagy <nsz@port70.net>
Sun, 3 Jul 2016 15:09:29 +0000 (17:09 +0200)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Jul 2016 19:02:24 +0000 (15:02 -0400)
these were incorrectly using the generic definitions.

arch/mips/bits/termios.h
arch/mips64/bits/termios.h
arch/mipsn32/bits/termios.h

index 55ba132390d8030fd49e1d6a00d2d4c5e714b9b5..29b4b220a027ff2e4ba944d7614c2d25c8fa87cf 100644 (file)
@@ -142,9 +142,9 @@ struct termios
 #define TCOFLUSH  1
 #define TCIOFLUSH 2
 
-#define TCSANOW   0
-#define TCSADRAIN 1
-#define TCSAFLUSH 2
+#define TCSANOW 0x540e
+#define TCSADRAIN 0x540f
+#define TCSAFLUSH 0x5410
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
 #define EXTA    0000016
index 6a1205d7bf3190b65eea6905abe008c50839b41e..f559f76f6af8684ec87fec0cef91503209cafd9c 100644 (file)
@@ -141,9 +141,9 @@ struct termios {
 #define TCOFLUSH  1
 #define TCIOFLUSH 2
 
-#define TCSANOW   0
-#define TCSADRAIN 1
-#define TCSAFLUSH 2
+#define TCSANOW 0x540e
+#define TCSADRAIN 0x540f
+#define TCSAFLUSH 0x5410
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
 #define EXTA    0000016
index 6a1205d7bf3190b65eea6905abe008c50839b41e..f559f76f6af8684ec87fec0cef91503209cafd9c 100644 (file)
@@ -141,9 +141,9 @@ struct termios {
 #define TCOFLUSH  1
 #define TCIOFLUSH 2
 
-#define TCSANOW   0
-#define TCSADRAIN 1
-#define TCSAFLUSH 2
+#define TCSANOW 0x540e
+#define TCSADRAIN 0x540f
+#define TCSAFLUSH 0x5410
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
 #define EXTA    0000016