|
|
Message-ID: <4b6e4b80a2652e62af18372221e25a8d119706ba.1467552244.git.nsz@port70.net>
Date: Sun, 3 Jul 2016 17:06:36 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 09/16] remove termios2 related ioctls from sh ioctl.h
musl does not define these on other targets either.
---
arch/sh/bits/ioctl.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/sh/bits/ioctl.h b/arch/sh/bits/ioctl.h
index 439f04e..0ed5e13 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)
--
2.8.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.