aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
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 /sysdeps
parent67ab66541dc1164540abda284645e38be90b5119 (diff)
downloadglibc-45a8e05785a617683bbaf83f756cada7a4a425b9.tar
glibc-45a8e05785a617683bbaf83f756cada7a4a425b9.tar.gz
glibc-45a8e05785a617683bbaf83f756cada7a4a425b9.tar.bz2
glibc-45a8e05785a617683bbaf83f756cada7a4a425b9.zip
hurd: Define ELIBEXEC
So we can implement it in the exec server.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/bits/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h
index 8f2fbfd80f..0d935e724a 100644
--- a/sysdeps/mach/hurd/bits/errno.h
+++ b/sysdeps/mach/hurd/bits/errno.h
@@ -115,6 +115,7 @@ enum __error_t_codes
EAUTH = 0x40000050, /* Authentication error */
ENEEDAUTH = 0x40000051, /* Need authenticator */
ENOSYS = 0x4000004e, /* Function not implemented */
+ ELIBEXEC = 0x40000053, /* Cannot exec a shared library directly */
ENOTSUP = 0x40000076, /* Not supported */
EILSEQ = 0x4000006a, /* Invalid or incomplete multibyte or wide character */
EBACKGROUND = 0x40000064, /* Inappropriate operation for background process */
@@ -312,6 +313,7 @@ enum __error_t_codes
#define EAUTH 0x40000050
#define ENEEDAUTH 0x40000051
#define ENOSYS 0x4000004e
+#define ELIBEXEC 0x40000053
#define ENOTSUP 0x40000076
#define EILSEQ 0x4000006a
#define EBACKGROUND 0x40000064