X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-alpha%2Ferrno.h;h=69e2655249d295ee6b891c98b61d2c24297cf2ef;hb=b3426599af9524104be6938bcb1fcaab314781c7;hp=c85ab6b9d6c6c995c1da398c1cc8f9bf522ccc78;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/include/asm-alpha/errno.h b/include/asm-alpha/errno.h index c85ab6b9d6..69e2655249 100644 --- a/include/asm-alpha/errno.h +++ b/include/asm-alpha/errno.h @@ -116,4 +116,8 @@ #define EKEYREVOKED 134 /* Key has been revoked */ #define EKEYREJECTED 135 /* Key was rejected by service */ +/* for robust mutexes */ +#define EOWNERDEAD 136 /* Owner died */ +#define ENOTRECOVERABLE 137 /* State not recoverable */ + #endif