[PATCH] linux: add new EHWPOISON errno

Mike Frysinger vapier at gentoo.org
Thu Apr 21 09:19:20 UTC 2011


Signed-off-by: Mike Frysinger <vapier at gentoo.org>

* linux/errnoent.h: Change ERRNO_133 to EHWPOISON.
---
 linux/errnoent.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/errnoent.h b/linux/errnoent.h
index c52d1d0..e43bff5 100644
--- a/linux/errnoent.h
+++ b/linux/errnoent.h
@@ -135,7 +135,7 @@
 	"EOWNERDEAD", /* 130 */
 	"ENOTRECOVERABLE", /* 131 */
 	"ERFKILL", /* 132 */
-	"ERRNO_133", /* 133 */
+	"EHWPOISON", /* 133 */
 	"ERRNO_134", /* 134 */
 	"ERRNO_135", /* 135 */
 	"ERRNO_136", /* 136 */
-- 
1.7.5.rc1





More information about the Strace-devel mailing list