From 9eda4dc69c33852c97c6f69176bf45ffc80b522f Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 27 Nov 2017 01:16:14 +0000 Subject: 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. --- arch/mipsn32/bits/termios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mipsn32') diff --git a/arch/mipsn32/bits/termios.h b/arch/mipsn32/bits/termios.h index 6a1205d7..692e58be 100644 --- a/arch/mipsn32/bits/termios.h +++ b/arch/mipsn32/bits/termios.h @@ -163,5 +163,5 @@ struct termios { #define EXTPROC 0200000 #define XTABS 0014000 -#define TIOCSER_TEMT 1 +#define TIOCSER_TEMT 0x01 #endif -- cgit v1.2.1