aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/errno.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-09 18:56:01 +0100
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:41 +0100
commit8f91ed6c2fec8cb746e4dc86a79247162b4c5a7a (patch)
tree4ad1f37e01301ecfcb0fe51984221a84da17b32c /include/asm-mips/errno.h
parentSliceup Kconfig; it's grown too large. (diff)
downloadlinux-dev-8f91ed6c2fec8cb746e4dc86a79247162b4c5a7a.tar.xz
linux-dev-8f91ed6c2fec8cb746e4dc86a79247162b4c5a7a.zip
Define EOWNERDEAD and ENOTRECOVERABLE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/errno.h')
-rw-r--r--include/asm-mips/errno.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/errno.h b/include/asm-mips/errno.h
index 3c0d840e4577..9d3e6e7cdb92 100644
--- a/include/asm-mips/errno.h
+++ b/include/asm-mips/errno.h
@@ -119,6 +119,10 @@
#define EOWNERDEAD 165 /* Owner died */
#define ENOTRECOVERABLE 166 /* State not recoverable */
+/* for robust mutexes */
+#define EOWNERDEAD 165 /* Owner died */
+#define ENOTRECOVERABLE 166 /* State not recoverable */
+
#define EDQUOT 1133 /* Quota exceeded */
#ifdef __KERNEL__