From 2df9ae916120212442201bbf30271a1170e508cf Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 3 Jul 2016 17:03:19 +0200 Subject: remove ioctl macros that were removed from linux uapi TIOCTTYGSTRUCT, TIOCGHAYESESP, TIOCSHAYESESP and TIOCM_MODEM_BITS were removed from the linux uapi and not present in glibc ioctl.h --- arch/mipsn32/bits/ioctl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/mipsn32') diff --git a/arch/mipsn32/bits/ioctl.h b/arch/mipsn32/bits/ioctl.h index 041be560..97f9b05e 100644 --- a/arch/mipsn32/bits/ioctl.h +++ b/arch/mipsn32/bits/ioctl.h @@ -80,10 +80,7 @@ #define TIOCSERSETMULTI 0x5490 #define TIOCMIWAIT 0x5491 #define TIOCGICOUNT 0x5492 -#define TIOCGHAYESESP 0x5493 -#define TIOCSHAYESESP 0x5494 -#define TIOCTTYGSTRUCT 0x5426 #define TCGETX 0x5432 #define TCSETX 0x5433 #define TCSETXF 0x5434 @@ -121,7 +118,6 @@ struct winsize { #define TIOCM_OUT1 0x2000 #define TIOCM_OUT2 0x4000 #define TIOCM_LOOP 0x8000 -#define TIOCM_MODEM_BITS TIOCM_OUT2 #define N_TTY 0 #define N_SLIP 1 -- cgit v1.2.1