提交 9eda4dc6 编写于 作者: S Szabolcs Nagy 提交者: Rich Felker

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.
上级 e6960870
......@@ -163,5 +163,5 @@ struct termios {
#define EXTPROC 0200000
#define XTABS 0014000
#define TIOCSER_TEMT 1
#define TIOCSER_TEMT 0x01
#endif
......@@ -163,5 +163,5 @@ struct termios {
#define EXTPROC 0200000
#define XTABS 0014000
#define TIOCSER_TEMT 1
#define TIOCSER_TEMT 0x01
#endif
......@@ -163,5 +163,5 @@ struct termios {
#define EXTPROC 0200000
#define XTABS 0014000
#define TIOCSER_TEMT 1
#define TIOCSER_TEMT 0x01
#endif
......@@ -165,5 +165,5 @@ struct termios {
#define EXTPROC 0x10000000
#define XTABS 00006000
#define TIOCSER_TEMT 1
#define TIOCSER_TEMT 0x01
#endif
......@@ -165,5 +165,5 @@ struct termios {
#define EXTPROC 0x10000000
#define XTABS 00006000
#define TIOCSER_TEMT 1
#define TIOCSER_TEMT 0x01
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册