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
This commit is contained in:
Szabolcs Nagy
2016-07-03 14:54:33 -04:00
committed by Rich Felker
parent 76d7cfb7e6
commit 2df9ae9161
7 changed files with 0 additions and 32 deletions
-2
View File
@@ -119,8 +119,6 @@ struct winsize {
unsigned short ws_ypixel;
};
#define TIOCM_MODEM_BITS TIOCM_OUT2
#define N_TTY 0
#define N_SLIP 1
#define N_MOUSE 2