diff options
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 73272fd884..8917cccb1e 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -882,6 +882,16 @@ the normal result is for the operations affected to complete with this error; @pxref{Cancel AIO Operations}. @end deftypevr +@deftypevr Macro int EOWNERDEAD +@standards{GNU, errno.h} +@errno{EOWNERDEAD, 120, Owner died} +@end deftypevr + +@deftypevr Macro int ENOTRECOVERABLE +@standards{GNU, errno.h} +@errno{ENOTRECOVERABLE, 121, State not recoverable} +@end deftypevr + @emph{The following error codes are defined by the Linux/i386 kernel. They are not yet documented.} |