mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-14 01:04:02 +03: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…
x
Reference in New Issue
Block a user