diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-01-11 02:00:14 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-01-12 19:42:39 +0100 |
commit | 056c8b1ab582a7e4df2aa1a0d9b300b0c99c3f23 (patch) | |
tree | 28eb843fabf70bde7cbd1271eb39a6d343f340e4 /arch/x86_64/bits | |
parent | 20103616635a14441c5e04477e7913f6f9095735 (diff) | |
download | musl-056c8b1ab582a7e4df2aa1a0d9b300b0c99c3f23.tar.gz |
add missing EHWPOISON to bits/errno.h
it was already defined for mips, but was missing from other archs
Diffstat (limited to 'arch/x86_64/bits')
-rw-r--r-- | arch/x86_64/bits/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/bits/errno.h b/arch/x86_64/bits/errno.h index c75720ef..d2e1eeee 100644 --- a/arch/x86_64/bits/errno.h +++ b/arch/x86_64/bits/errno.h @@ -131,3 +131,4 @@ #define EOWNERDEAD 130 #define ENOTRECOVERABLE 131 #define ERFKILL 132 +#define EHWPOISON 133 |