diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2016-07-03 17:06:36 +0200 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2016-07-03 14:54:35 -0400 | 
| commit | 6fce6ca129c34d8975f777216d32cf92e77c18f2 (patch) | |
| tree | 93e702edae1cf7e77e1c2981e01205e63494f4a4 /arch/sh/bits | |
| parent | 809495f7b77abba57cd6da600d9dbcf6d2d8f73b (diff) | |
| download | musl-6fce6ca129c34d8975f777216d32cf92e77c18f2.tar.gz | |
remove termios2 related ioctls from sh ioctl.h
musl does not define these on other targets either.
Diffstat (limited to 'arch/sh/bits')
| -rw-r--r-- | arch/sh/bits/ioctl.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/arch/sh/bits/ioctl.h b/arch/sh/bits/ioctl.h index 20fd17ce..e6e7d344 100644 --- a/arch/sh/bits/ioctl.h +++ b/arch/sh/bits/ioctl.h @@ -85,10 +85,6 @@  #define TCSETS              _IO('T', 2)  #define TCSETSW             _IO('T', 3)  #define TCSETSF             _IO('T', 4) -#define TCGETS2             _IOR('T', 42, char[44]) -#define TCSETS2             _IOW('T', 43, char[44]) -#define TCSETSW2            _IOW('T', 44, char[44]) -#define TCSETSF2            _IOW('T', 45, char[44])  #define TIOCGRS485          _IOR('T', 46, char[32])  #define TIOCSRS485          _IOWR('T', 47, char[32])  #define TIOCGPTN            _IOR('T', 48, unsigned int) | 
