mirror of
https://github.com/fluencelabs/musl
synced 2025-06-13 06:51:43 +00:00
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:
@ -110,8 +110,6 @@
|
|||||||
#define ENAVAIL 138
|
#define ENAVAIL 138
|
||||||
#define EISNAM 139
|
#define EISNAM 139
|
||||||
#define EREMOTEIO 140
|
#define EREMOTEIO 140
|
||||||
#define EINIT 141
|
|
||||||
#define EREMDEV 142
|
|
||||||
#define ESHUTDOWN 143
|
#define ESHUTDOWN 143
|
||||||
#define ETOOMANYREFS 144
|
#define ETOOMANYREFS 144
|
||||||
#define ETIMEDOUT 145
|
#define ETIMEDOUT 145
|
||||||
|
Reference in New Issue
Block a user