projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b553dc4
)
remove mips-only EINIT and EREMDEV errnos
author
Trutz Behn
<me@trutz.be>
Wed, 28 Jan 2015 17:46:46 +0000
(18:46 +0100)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/arch/mips/bits/errno.h
b/arch/mips/bits/errno.h
index f19c126f16b4e496e1294a5a2ad2a09b16e4fec6..1bb91e3d77cbd842ea786893096eb858cf81030d 100644
(file)
--- 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