summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2021-12-19 10:59:27 +0000
committerriastradh <riastradh@NetBSD.org>2021-12-19 10:59:27 +0000
commit30a26987f548505ff2221085c224a5ad77787ef2 (patch)
tree3884b8b28a0583096de0ac8021ca2fe46dae7150 /sys/external/bsd/common/include/linux
parent54ddf812c141bfbd5ff09fb4fdfb52e624b85f26 (diff)
EHWPOISON
Diffstat (limited to 'sys/external/bsd/common/include/linux')
-rw-r--r--sys/external/bsd/common/include/linux/errno.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/external/bsd/common/include/linux/errno.h b/sys/external/bsd/common/include/linux/errno.h
index d258ae786b8..d1499dcdcf6 100644
--- a/sys/external/bsd/common/include/linux/errno.h
+++ b/sys/external/bsd/common/include/linux/errno.h
@@ -1,4 +1,4 @@
-/* $NetBSD: errno.h,v 1.4 2019/04/16 10:00:04 mrg Exp $ */
+/* $NetBSD: errno.h,v 1.5 2021/12/19 10:59:27 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -50,5 +50,6 @@
#define ENOTSUPP ENOTSUP /* XXX ??? */
#define EREMOTEIO EIO /* XXX Urk... */
#define ECHRNG ERANGE /* XXX ??? */
+#define EHWPOISON EIO
#endif /* _LINUX_ERRNO_H_ */