diff options
author | 2018-03-20 03:10:57 +0100 | |
---|---|---|
committer | 2018-03-20 03:10:57 +0100 | |
commit | ceb54b9b4ff5ef7d518a6e6e415a6897fb77eb67 (patch) | |
tree | 1be8010c0ceffe25d6ca613fd4f0ec0569299fe0 /manual/errno.texi | |
parent | hurd: Code style fixes (diff) | |
download | glibc-ceb54b9b4ff5ef7d518a6e6e415a6897fb77eb67.tar.gz glibc-ceb54b9b4ff5ef7d518a6e6e415a6897fb77eb67.tar.bz2 glibc-ceb54b9b4ff5ef7d518a6e6e415a6897fb77eb67.zip |
Fix errno values
* manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): Remove errno
values from Linux-specific section now that it is in the GNU section.
* sysdeps/gnu/errlist.c: Regenerate.
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 8917cccb1e..b195b635f1 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1111,16 +1111,6 @@ They are not yet documented.} @errno{EKEYREJECTED, ???/???, Key was rejected by service} @end deftypevr -@deftypevr Macro int EOWNERDEAD -@standards{Linux, errno.h} -@errno{EOWNERDEAD, ???/???, Owner died} -@end deftypevr - -@deftypevr Macro int ENOTRECOVERABLE -@standards{Linux, errno.h} -@errno{ENOTRECOVERABLE, ???/???, State not recoverable} -@end deftypevr - @deftypevr Macro int ERFKILL @standards{Linux, errno.h} @errno{ERFKILL, ???/???, Operation not possible due to RF-kill} |