projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
809495f
)
remove termios2 related ioctls from sh ioctl.h
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 3 Jul 2016 15:06:36 +0000
(17:06 +0200)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 3 Jul 2016 18:54:35 +0000
(14:54 -0400)
musl does not define these on other targets either.
arch/sh/bits/ioctl.h
patch
|
blob
|
history
diff --git
a/arch/sh/bits/ioctl.h
b/arch/sh/bits/ioctl.h
index 20fd17cea9312dbf613d92ac8e29b9818f55415d..e6e7d34468251a364020b5ce83acfde5519d8216 100644
(file)
--- 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)