projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e83d43
)
Define EOWNERDEAD and ENOTRECOVERABLE.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 9 Oct 2005 17:56:01 +0000
(18:56 +0100)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/include/asm-mips/errno.h
b/include/asm-mips/errno.h
index
3c0d840
..
9d3e6e7
100644
(file)
--- 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__