remove mips-only EINIT and EREMDEV errnos
authorTrutz Behn <me@trutz.be>
Wed, 28 Jan 2015 17:46:46 +0000 (18:46 +0100)
committerRich Felker <dalias@aerifal.cx>
Sat, 31 Jan 2015 02:58:11 +0000 (21:58 -0500)
the errno values are unused by the kernel and the macro definitions were
never exposed by glibc.

arch/mips/bits/errno.h

index f19c126..1bb91e3 100644 (file)
 #define ENAVAIL         138
 #define EISNAM          139
 #define EREMOTEIO       140
-#define EINIT           141
-#define EREMDEV         142
 #define ESHUTDOWN       143
 #define ETOOMANYREFS    144
 #define ETIMEDOUT       145