aboutsummaryrefslogtreecommitdiff
path: root/manual/errno.texi
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-04-12 22:16:38 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-04-12 22:16:40 +0200
commit45a8e05785a617683bbaf83f756cada7a4a425b9 (patch)
tree0798ef637f0d6247725d3bbf57cd5fc6805caf4d /manual/errno.texi
parent67ab66541dc1164540abda284645e38be90b5119 (diff)
downloadglibc-45a8e05785a617683bbaf83f756cada7a4a425b9.zip
glibc-45a8e05785a617683bbaf83f756cada7a4a425b9.tar.gz
glibc-45a8e05785a617683bbaf83f756cada7a4a425b9.tar.bz2
hurd: Define ELIBEXEC
So we can implement it in the exec server.
Diffstat (limited to 'manual/errno.texi')
-rw-r--r--manual/errno.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/errno.texi b/manual/errno.texi
index 9879ab4..28dd871 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -749,6 +749,11 @@ particular function will always fail with @code{ENOSYS} unless you
install a new version of the C library or the operating system.
@end deftypevr
+@deftypevr Macro int ELIBEXEC
+@standards{GNU, errno.h}
+@errno{ELIBEXEC, 83, Cannot exec a shared library directly}
+@end deftypevr
+
@deftypevr Macro int ENOTSUP
@standards{POSIX.1, errno.h}
@errno{ENOTSUP, 118, Not supported}
@@ -1059,11 +1064,6 @@ They are not yet documented.}
@errno{ELIBMAX, ???/82, Attempting to link in too many shared libraries}
@end deftypevr
-@deftypevr Macro int ELIBEXEC
-@standards{Linux???, errno.h}
-@errno{ELIBEXEC, ???/83, Cannot exec a shared library directly}
-@end deftypevr
-
@deftypevr Macro int ESTRPIPE
@standards{Linux???, errno.h}
@errno{ESTRPIPE, ???/86, Streams pipe error}