about summary refs log tree commit diff
path: root/manual/errno.texi
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-20 03:10:57 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-20 03:10:57 +0100
commitceb54b9b4ff5ef7d518a6e6e415a6897fb77eb67 (patch)
tree1be8010c0ceffe25d6ca613fd4f0ec0569299fe0 /manual/errno.texi
parent79962d89a95247509b345ae068a84575718edbd7 (diff)
downloadglibc-ceb54b9b4ff5ef7d518a6e6e415a6897fb77eb67.tar.gz
glibc-ceb54b9b4ff5ef7d518a6e6e415a6897fb77eb67.tar.xz
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.texi10
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}