remove mips-only EINIT and EREMDEV errnos

the errno values are unused by the kernel and the macro definitions were
never exposed by glibc.
This commit is contained in:
Trutz Behn 2015-01-28 18:46:46 +01:00 committed by Rich Felker
parent b553dc4fe6
commit 02d8770dcf
1 changed files with 0 additions and 2 deletions

View File

@ -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