mips,powerpc: fix TIOCSER_TEMT in termios.h
authorSzabolcs Nagy <nsz@port70.net>
Mon, 27 Nov 2017 01:16:14 +0000 (01:16 +0000)
committerRich Felker <dalias@aerifal.cx>
Thu, 22 Feb 2018 23:48:38 +0000 (18:48 -0500)
use the same token to define TIOCSER_TEMT as is used in ioctl.h
so when both headers are included there are no redefinition warnings
during musl build.

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

index 6a1205d7bf3190b65eea6905abe008c50839b41e..692e58be1c62918a5b6492f1116f0c8b197f8e4f 100644 (file)
@@ -163,5 +163,5 @@ struct termios {
 #define EXTPROC 0200000
 
 #define XTABS  0014000
-#define TIOCSER_TEMT 1
+#define TIOCSER_TEMT 0x01
 #endif
index 6a1205d7bf3190b65eea6905abe008c50839b41e..692e58be1c62918a5b6492f1116f0c8b197f8e4f 100644 (file)
@@ -163,5 +163,5 @@ struct termios {
 #define EXTPROC 0200000
 
 #define XTABS  0014000
-#define TIOCSER_TEMT 1
+#define TIOCSER_TEMT 0x01
 #endif
index 6a1205d7bf3190b65eea6905abe008c50839b41e..692e58be1c62918a5b6492f1116f0c8b197f8e4f 100644 (file)
@@ -163,5 +163,5 @@ struct termios {
 #define EXTPROC 0200000
 
 #define XTABS  0014000
-#define TIOCSER_TEMT 1
+#define TIOCSER_TEMT 0x01
 #endif
index 0b09630c1598abf8979af6268848d7686bb4c4c8..5c2f6bfb03096b3d989d7330fb2eaa262e259726 100644 (file)
@@ -165,5 +165,5 @@ struct termios {
 #define EXTPROC 0x10000000
 
 #define XTABS   00006000
-#define TIOCSER_TEMT 1
+#define TIOCSER_TEMT 0x01
 #endif
index 0b09630c1598abf8979af6268848d7686bb4c4c8..5c2f6bfb03096b3d989d7330fb2eaa262e259726 100644 (file)
@@ -165,5 +165,5 @@ struct termios {
 #define EXTPROC 0x10000000
 
 #define XTABS   00006000
-#define TIOCSER_TEMT 1
+#define TIOCSER_TEMT 0x01
 #endif