From: Trutz Behn Date: Wed, 28 Jan 2015 17:46:46 +0000 (+0100) Subject: remove mips-only EINIT and EREMDEV errnos X-Git-Tag: v1.1.7~74 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02d8770dcfe47c3bea143cb725f93f3b74b6d667;p=oweals%2Fmusl.git remove mips-only EINIT and EREMDEV errnos the errno values are unused by the kernel and the macro definitions were never exposed by glibc. --- diff --git a/arch/mips/bits/errno.h b/arch/mips/bits/errno.h index f19c126f..1bb91e3d 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