aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
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
parent5e83d4305467c43af144d264674c7d7de303aeb3 (diff)
downloadlinux-8f91ed6c2fec8cb746e4dc86a79247162b4c5a7a.tar.gz
Define EOWNERDEAD and ENOTRECOVERABLE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-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 3c0d840e45773..9d3e6e7cdb921 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__