From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9874 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 09/16] remove termios2 related ioctls from sh ioctl.h Date: Sun, 10 Apr 2016 14:13:22 +0200 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1460290422 24299 80.91.229.3 (10 Apr 2016 12:13:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2016 12:13:42 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9887-gllmg-musl=m.gmane.org@lists.openwall.com Sun Apr 10 14:13:42 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1apEFJ-0008US-Pz for gllmg-musl@m.gmane.org; Sun, 10 Apr 2016 14:13:41 +0200 Original-Received: (qmail 24228 invoked by uid 550); 10 Apr 2016 12:13:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 24167 invoked from network); 10 Apr 2016 12:13:34 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9874 Archived-At: 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.7.2