Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 724
b: refs/heads/master
c: 4750e2c
h: refs/heads/master
v: v3
  • Loading branch information
Joe Korty authored and Linus Torvalds committed May 1, 2005
1 parent 8b9c0f7 commit 9b63735
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1181c1f923c349acaa01bca40fe600584f265132
refs/heads/master: 4750e2c0c59e0c84c6c036b3d96ebd88365ae7ee
4 changes: 4 additions & 0 deletions trunk/include/asm-alpha/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions trunk/include/asm-generic/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,8 @@
#define EKEYREVOKED 128 /* Key has been revoked */
#define EKEYREJECTED 129 /* Key was rejected by service */

/* for robust mutexes */
#define EOWNERDEAD 130 /* Owner died */
#define ENOTRECOVERABLE 131 /* State not recoverable */

#endif
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
#define EKEYREVOKED 163 /* Key has been revoked */
#define EKEYREJECTED 164 /* Key was rejected by service */

/* for robust mutexes */
#define EOWNERDEAD 165 /* Owner died */
#define ENOTRECOVERABLE 166 /* State not recoverable */

#define EDQUOT 1133 /* Quota exceeded */

#ifdef __KERNEL__
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-parisc/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,9 @@
#define ENOTSUP 252 /* Function not implemented (POSIX.4 / HPUX) */
#define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */

/* for robust mutexes */
#define EOWNERDEAD 254 /* Owner died */
#define ENOTRECOVERABLE 255 /* State not recoverable */


#endif
4 changes: 4 additions & 0 deletions trunk/include/asm-sparc/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,8 @@
#define EKEYREVOKED 130 /* Key has been revoked */
#define EKEYREJECTED 131 /* Key was rejected by service */

/* for robust mutexes */
#define EOWNERDEAD 132 /* Owner died */
#define ENOTRECOVERABLE 133 /* State not recoverable */

#endif
4 changes: 4 additions & 0 deletions trunk/include/asm-sparc64/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,8 @@
#define EKEYREVOKED 130 /* Key has been revoked */
#define EKEYREJECTED 131 /* Key was rejected by service */

/* for robust mutexes */
#define EOWNERDEAD 132 /* Owner died */
#define ENOTRECOVERABLE 133 /* State not recoverable */

#endif /* !(_SPARC64_ERRNO_H) */

0 comments on commit 9b63735

Please sign in to comment.