summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-13 22:53:12 -0400
committerDmitry V. Levin <ldv@altlinux.org>2009-09-18 12:05:49 +0000
commit4651222197ed474ac3e6c9a2331394cdc9fc9756 (patch)
tree0de2ef3e9086509eb756a88a3e99a4f08810de9d
parent8a56b8a8e77e095b6152253dc99fc5f4c226d02f (diff)
downloadstrace-4651222197ed474ac3e6c9a2331394cdc9fc9756.tar.gz
strace-4651222197ed474ac3e6c9a2331394cdc9fc9756.tar.bz2
strace-4651222197ed474ac3e6c9a2331394cdc9fc9756.tar.xz
linux/errno: Add ERFKILL
* linux/errnoent.h: Change ERRNO_132 to ERFKILL according to errno 132 definition introduced in Linux 2.6.31. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--linux/errnoent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/errnoent.h b/linux/errnoent.h
index a9a9d34..c52d1d0 100644
--- a/linux/errnoent.h
+++ b/linux/errnoent.h
@@ -134,7 +134,7 @@
"EKEYREJECTED", /* 129 */
"EOWNERDEAD", /* 130 */
"ENOTRECOVERABLE", /* 131 */
- "ERRNO_132", /* 132 */
+ "ERFKILL", /* 132 */
"ERRNO_133", /* 133 */
"ERRNO_134", /* 134 */
"ERRNO_135", /* 135 */