]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Define EOWNERDEAD and ENOTRECOVERABLE.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 9 Oct 2005 17:56:01 +0000 (18:56 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:41 +0000 (19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/errno.h

index 3c0d840e45773e867980116affb51aae255273f5..9d3e6e7cdb9212db444705b88b8e2faa9c6e4f1a 100644 (file)
 #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__