remove mips and powerpc ioctls that are missing from linux uapi

mips and powerpc use their own asm/ioctls.h, not the asm-generic/ioctls.h
and they lack termiox macros that are available on other targets.
see kernel commit 1d65b4a088de407e99714fdc27862449db04fb5c
This commit is contained in:
Szabolcs Nagy 2016-07-03 17:05:08 +02:00 committed by Rich Felker
parent 5ce901279e
commit 058c0b2d70
5 changed files with 0 additions and 31 deletions

View File

@ -89,11 +89,6 @@
#define TIOCMIWAIT 0x5491
#define TIOCGICOUNT 0x5492
#define TCGETX 0x5432 // RICH: Not sure about these.
#define TCSETX 0x5433 // RICH: Not sure about these.
#define TCSETXF 0x5434 // RICH: Not sure about these.
#define TCSETXW 0x5435 // RICH: Not sure about these.
#define TIOCPKT_DATA 0
#define TIOCPKT_FLUSHREAD 1
#define TIOCPKT_FLUSHWRITE 2

View File

@ -89,11 +89,6 @@
#define TIOCMIWAIT 0x5491
#define TIOCGICOUNT 0x5492
#define TCGETX 0x5432
#define TCSETX 0x5433
#define TCSETXF 0x5434
#define TCSETXW 0x5435
#define TIOCPKT_DATA 0
#define TIOCPKT_FLUSHREAD 1
#define TIOCPKT_FLUSHWRITE 2

View File

@ -89,11 +89,6 @@
#define TIOCMIWAIT 0x5491
#define TIOCGICOUNT 0x5492
#define TCGETX 0x5432
#define TCSETX 0x5433
#define TCSETXF 0x5434
#define TCSETXW 0x5435
#define TIOCPKT_DATA 0
#define TIOCPKT_FLUSHREAD 1
#define TIOCPKT_FLUSHWRITE 2

View File

@ -120,14 +120,6 @@
#define TIOCGICOUNT 0x545D
/* end kernel header ioctls.h */
#define TCGETX 0x5432
#define TCSETX 0x5433
#define TCSETXF 0x5434
#define TCSETXW 0x5435
struct winsize {
unsigned short ws_row;
unsigned short ws_col;

View File

@ -120,14 +120,6 @@
#define TIOCGICOUNT 0x545D
/* end kernel header ioctls.h */
#define TCGETX 0x5432
#define TCSETX 0x5433
#define TCSETXF 0x5434
#define TCSETXW 0x5435
struct winsize {
unsigned short ws_row;
unsigned short ws_col;