From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6909 Path: news.gmane.org!not-for-mail From: Trutz Behn Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH] remove mips-only EINIT and EREMDEV errnos Date: Wed, 28 Jan 2015 18:46:46 +0100 Message-ID: <1a7aea600838a2e68ad47f4f4858e6885bd22fe6.1422467206.git.me@trutz.be> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1422467232 28295 80.91.229.3 (28 Jan 2015 17:47:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 17:47:12 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6921-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 28 18:47:07 2015 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 1YGWhj-0001w5-Ip for gllmg-musl@m.gmane.org; Wed, 28 Jan 2015 18:47:03 +0100 Original-Received: (qmail 20165 invoked by uid 550); 28 Jan 2015 17:47:02 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 20149 invoked from network); 28 Jan 2015 17:47:02 -0000 X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net X-Originating-IP: 193.110.157.151 Xref: news.gmane.org gmane.linux.lib.musl.general:6909 Archived-At: the errno values are unused by the kernel and the macro definitions were never exposed by glibc. --- arch/mips/bits/errno.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/bits/errno.h b/arch/mips/bits/errno.h index f19c126f16b4..1bb91e3d77cb 100644 --- a/arch/mips/bits/errno.h +++ b/arch/mips/bits/errno.h @@ -110,8 +110,6 @@ #define ENAVAIL 138 #define EISNAM 139 #define EREMOTEIO 140 -#define EINIT 141 -#define EREMDEV 142 #define ESHUTDOWN 143 #define ETOOMANYREFS 144 #define ETIMEDOUT 145 -- 2.2.2