mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro
Commit3517d74a5e
changed the token in sys/ioctl.h from 0x01 to 1, so bits/termios.h no longer matches. Revert the bits/termios.h change to keep the headers in sync. This reverts commit9eda4dc69c
.
This commit is contained in:
parent
e0eee3ceef
commit
05eb8ea060
5 changed files with 5 additions and 5 deletions
|
@ -165,5 +165,5 @@ struct termios {
|
|||
#define EXTPROC 0200000
|
||||
|
||||
#define XTABS 0014000
|
||||
#define TIOCSER_TEMT 0x01
|
||||
#define TIOCSER_TEMT 1
|
||||
#endif
|
||||
|
|
|
@ -165,5 +165,5 @@ struct termios {
|
|||
#define EXTPROC 0200000
|
||||
|
||||
#define XTABS 0014000
|
||||
#define TIOCSER_TEMT 0x01
|
||||
#define TIOCSER_TEMT 1
|
||||
#endif
|
||||
|
|
|
@ -165,5 +165,5 @@ struct termios {
|
|||
#define EXTPROC 0200000
|
||||
|
||||
#define XTABS 0014000
|
||||
#define TIOCSER_TEMT 0x01
|
||||
#define TIOCSER_TEMT 1
|
||||
#endif
|
||||
|
|
|
@ -167,5 +167,5 @@ struct termios {
|
|||
#define EXTPROC 0x10000000
|
||||
|
||||
#define XTABS 00006000
|
||||
#define TIOCSER_TEMT 0x01
|
||||
#define TIOCSER_TEMT 1
|
||||
#endif
|
||||
|
|
|
@ -167,5 +167,5 @@ struct termios {
|
|||
#define EXTPROC 0x10000000
|
||||
|
||||
#define XTABS 00006000
|
||||
#define TIOCSER_TEMT 0x01
|
||||
#define TIOCSER_TEMT 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue