Skip to content

Commit

Permalink
Define EOWNERDEAD and ENOTRECOVERABLE.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 5e83d43 commit 8f91ed6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/asm-mips/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 8f91ed6

Please sign in to comment.