Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Wed, 28 Jan 2015 18:46:46 +0100
From: Trutz Behn <me@...tz.be>
To: musl@...ts.openwall.com
Subject: [PATCH] remove mips-only EINIT and EREMDEV errnos

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


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.