about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-05-10 01:20:34 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-11 01:28:34 +0200
commit3ca9f43d1007956251130ee5a59abb63bff8a6b6 (patch)
tree984844688ca7af40da94bc95e0e0079f4b592335 /config.h.in
parent1a57ab0c923f269d1d7c29dfe4634c0ae66d69ac (diff)
downloadglibc-3ca9f43d1007956251130ee5a59abb63bff8a6b6.tar.gz
glibc-3ca9f43d1007956251130ee5a59abb63bff8a6b6.tar.xz
glibc-3ca9f43d1007956251130ee5a59abb63bff8a6b6.zip
Stop checking if MiG supports retcode.
We already did the same change for Hurd
(https://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=ef5924402864ef049f40a39e73967628583bc1a4)

Due to MiG requiring the subsystem to be defined early in order to know the
size of a port, this was causing a division by zero error during ./configure.
We could have just move subsystem to the top of the snippet, however it is
simpler to just remove the check given that we have no plans to use some other
MiG anyway.

HAVE_MIG_RETCODE is removed completely since this will be a no-op either
way (compiling against old Hurd headers will work the same, new Hurd
headers will result in the same stubs since retcode is a no-op).
Message-Id: <ZFspor91aoMwbh9T@jupiter.tail36e24.ts.net>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index c87008b6a9..44a34072a4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -150,9 +150,6 @@
 /* Override abi-tags ABI version if necessary.  */
 #undef  __ABI_TAG_VERSION
 
-/* Mach/Hurd specific: define if mig supports the `retcode' keyword.  */
-#undef	HAVE_MIG_RETCODE
-
 /* Mach specific: define if the `host_page_size' RPC is available.  */
 #undef	HAVE_HOST_PAGE_SIZE