mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
mips,powerpc: fix TIOCSER_TEMT in termios.h
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.
This commit is contained in:
parent
e69608700f
commit
9eda4dc69c
@ -163,5 +163,5 @@ struct termios {
|
|||||||
#define EXTPROC 0200000
|
#define EXTPROC 0200000
|
||||||
|
|
||||||
#define XTABS 0014000
|
#define XTABS 0014000
|
||||||
#define TIOCSER_TEMT 1
|
#define TIOCSER_TEMT 0x01
|
||||||
#endif
|
#endif
|
||||||
|
@ -163,5 +163,5 @@ struct termios {
|
|||||||
#define EXTPROC 0200000
|
#define EXTPROC 0200000
|
||||||
|
|
||||||
#define XTABS 0014000
|
#define XTABS 0014000
|
||||||
#define TIOCSER_TEMT 1
|
#define TIOCSER_TEMT 0x01
|
||||||
#endif
|
#endif
|
||||||
|
@ -163,5 +163,5 @@ struct termios {
|
|||||||
#define EXTPROC 0200000
|
#define EXTPROC 0200000
|
||||||
|
|
||||||
#define XTABS 0014000
|
#define XTABS 0014000
|
||||||
#define TIOCSER_TEMT 1
|
#define TIOCSER_TEMT 0x01
|
||||||
#endif
|
#endif
|
||||||
|
@ -165,5 +165,5 @@ struct termios {
|
|||||||
#define EXTPROC 0x10000000
|
#define EXTPROC 0x10000000
|
||||||
|
|
||||||
#define XTABS 00006000
|
#define XTABS 00006000
|
||||||
#define TIOCSER_TEMT 1
|
#define TIOCSER_TEMT 0x01
|
||||||
#endif
|
#endif
|
||||||
|
@ -165,5 +165,5 @@ struct termios {
|
|||||||
#define EXTPROC 0x10000000
|
#define EXTPROC 0x10000000
|
||||||
|
|
||||||
#define XTABS 00006000
|
#define XTABS 00006000
|
||||||
#define TIOCSER_TEMT 1
|
#define TIOCSER_TEMT 0x01
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user