From 96e1f48087f111c7ede219cde94689ff96e4da11 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Apr 2011 05:19:20 -0400 Subject: [PATCH] linux: add new EHWPOISON errno Signed-off-by: Mike Frysinger * linux/errnoent.h: Change ERRNO_133 to EHWPOISON. --- linux/errnoent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/errnoent.h b/linux/errnoent.h index c52d1d04..e43bff54 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 */ -- 2.50.1