Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Define EOWNERDEAD and ENOTRECOVERABLE.

parent 5e83d430
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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__