mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Trutz Behn <me@trutz.be>
To: musl@lists.openwall.com
Subject: [PATCH] remove mips-only EINIT and EREMDEV errnos
Date: Wed, 28 Jan 2015 18:46:46 +0100	[thread overview]
Message-ID: <1a7aea600838a2e68ad47f4f4858e6885bd22fe6.1422467206.git.me@trutz.be> (raw)

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




                 reply	other threads:[~2015-01-28 17:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a7aea600838a2e68ad47f4f4858e6885bd22fe6.1422467206.git.me@trutz.be \
    --to=me@trutz.be \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).