mirror of
git://git.musl-libc.org/musl
synced 2024-11-27 20:14:55 +08:00
add missing EHWPOISON to bits/errno.h
it was already defined for mips, but was missing from other archs
This commit is contained in:
parent
2010361663
commit
056c8b1ab5
@ -131,3 +131,4 @@
|
||||
#define EOWNERDEAD 130
|
||||
#define ENOTRECOVERABLE 131
|
||||
#define ERFKILL 132
|
||||
#define EHWPOISON 133
|
||||
|
@ -131,3 +131,4 @@
|
||||
#define EOWNERDEAD 130
|
||||
#define ENOTRECOVERABLE 131
|
||||
#define ERFKILL 132
|
||||
#define EHWPOISON 133
|
||||
|
@ -131,3 +131,4 @@
|
||||
#define EOWNERDEAD 130
|
||||
#define ENOTRECOVERABLE 131
|
||||
#define ERFKILL 132
|
||||
#define EHWPOISON 133
|
||||
|
@ -131,3 +131,4 @@
|
||||
#define EOWNERDEAD 130
|
||||
#define ENOTRECOVERABLE 131
|
||||
#define ERFKILL 132
|
||||
#define EHWPOISON 133
|
||||
|
@ -131,3 +131,4 @@
|
||||
#define EOWNERDEAD 130
|
||||
#define ENOTRECOVERABLE 131
|
||||
#define ERFKILL 132
|
||||
#define EHWPOISON 133
|
||||
|
Loading…
Reference in New Issue
Block a user