Commit 8f91ed6c authored by Ralf Baechle's avatar Ralf Baechle

Define EOWNERDEAD and ENOTRECOVERABLE.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5e83d430
......@@ -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__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment