瀏覽代碼

add missing EHWPOISON to bits/errno.h

it was already defined for mips, but was missing from other archs
Szabolcs Nagy 12 年之前
父節點
當前提交
056c8b1ab5
共有 5 個文件被更改,包括 5 次插入0 次删除
  1. 1 0
      arch/arm/bits/errno.h
  2. 1 0
      arch/i386/bits/errno.h
  3. 1 0
      arch/microblaze/bits/errno.h
  4. 1 0
      arch/powerpc/bits/errno.h
  5. 1 0
      arch/x86_64/bits/errno.h

+ 1 - 0
arch/arm/bits/errno.h

@@ -131,3 +131,4 @@
 #define EOWNERDEAD      130
 #define ENOTRECOVERABLE 131
 #define ERFKILL         132
+#define EHWPOISON       133

+ 1 - 0
arch/i386/bits/errno.h

@@ -131,3 +131,4 @@
 #define EOWNERDEAD      130
 #define ENOTRECOVERABLE 131
 #define ERFKILL         132
+#define EHWPOISON       133

+ 1 - 0
arch/microblaze/bits/errno.h

@@ -131,3 +131,4 @@
 #define EOWNERDEAD      130
 #define ENOTRECOVERABLE 131
 #define ERFKILL         132
+#define EHWPOISON       133

+ 1 - 0
arch/powerpc/bits/errno.h

@@ -131,3 +131,4 @@
 #define EOWNERDEAD      130
 #define ENOTRECOVERABLE 131
 #define ERFKILL         132
+#define EHWPOISON       133

+ 1 - 0
arch/x86_64/bits/errno.h

@@ -131,3 +131,4 @@
 #define EOWNERDEAD      130
 #define ENOTRECOVERABLE 131
 #define ERFKILL         132
+#define EHWPOISON       133