From: Mike Frysinger Date: Thu, 21 Apr 2011 09:19:20 +0000 (-0400) Subject: linux: add new EHWPOISON errno X-Git-Tag: v4.7~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96e1f48087f111c7ede219cde94689ff96e4da11;p=strace linux: add new EHWPOISON errno Signed-off-by: Mike Frysinger * linux/errnoent.h: Change ERRNO_133 to EHWPOISON. --- 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 */