mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] remove mips-only EINIT and EREMDEV errnos
@ 2015-01-28 17:46 Trutz Behn
  0 siblings, 0 replies; only message in thread
From: Trutz Behn @ 2015-01-28 17:46 UTC (permalink / raw)
  To: musl

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-28 17:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 17:46 [PATCH] remove mips-only EINIT and EREMDEV errnos Trutz Behn

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).