fix TCS* definitions in mips termios.h

these were incorrectly using the generic definitions.
This commit is contained in:
Szabolcs Nagy 2016-07-03 17:09:29 +02:00 committed by Rich Felker
parent ee9b5900fb
commit 8c316e9e49
3 changed files with 9 additions and 9 deletions

View File

@ -142,9 +142,9 @@ struct termios
#define TCOFLUSH 1
#define TCIOFLUSH 2
#define TCSANOW 0
#define TCSADRAIN 1
#define TCSAFLUSH 2
#define TCSANOW 0x540e
#define TCSADRAIN 0x540f
#define TCSAFLUSH 0x5410
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define EXTA 0000016

View File

@ -141,9 +141,9 @@ struct termios {
#define TCOFLUSH 1
#define TCIOFLUSH 2
#define TCSANOW 0
#define TCSADRAIN 1
#define TCSAFLUSH 2
#define TCSANOW 0x540e
#define TCSADRAIN 0x540f
#define TCSAFLUSH 0x5410
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define EXTA 0000016

View File

@ -141,9 +141,9 @@ struct termios {
#define TCOFLUSH 1
#define TCIOFLUSH 2
#define TCSANOW 0
#define TCSADRAIN 1
#define TCSAFLUSH 2
#define TCSANOW 0x540e
#define TCSADRAIN 0x540f
#define TCSAFLUSH 0x5410
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define EXTA 0000016