diff options
author | Szabolcs Nagy <nsz@port70.net> | 2016-07-03 17:03:19 +0200 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-07-03 14:54:33 -0400 |
commit | 2df9ae916120212442201bbf30271a1170e508cf (patch) | |
tree | bf20b99f8997516e50eb3130ee39d8e5e8d27227 /arch/sh/bits/ioctl.h | |
parent | 76d7cfb7e677eb0fcacdabf67514b51e777269dd (diff) | |
download | musl-2df9ae916120212442201bbf30271a1170e508cf.tar.gz musl-2df9ae916120212442201bbf30271a1170e508cf.tar.bz2 musl-2df9ae916120212442201bbf30271a1170e508cf.tar.xz musl-2df9ae916120212442201bbf30271a1170e508cf.zip |
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
Diffstat (limited to 'arch/sh/bits/ioctl.h')
-rw-r--r-- | arch/sh/bits/ioctl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/bits/ioctl.h b/arch/sh/bits/ioctl.h index 2f63d06f..8f01f4f6 100644 --- a/arch/sh/bits/ioctl.h +++ b/arch/sh/bits/ioctl.h @@ -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 |