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:
committed by
Rich Felker
parent
76d7cfb7e6
commit
2df9ae9161
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user