From: GNU Libc Maintainers Date: Thu, 17 Jul 2025 11:21:32 +0000 (+0200) Subject: local-ED X-Git-Tag: archive/raspbian/2.41-10+rpi1^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7860d0be0213fbada502e04e260f3fa9f16b2072;p=glibc.git local-ED This is a long funny story, but even if it's standard-compliant, it poses too many problems. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name local-ED.diff --- diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h index 3b54f5855..eb5943f9c 100644 --- a/sysdeps/mach/hurd/bits/errno.h +++ b/sysdeps/mach/hurd/bits/errno.h @@ -112,7 +112,9 @@ enum __error_t_codes EILSEQ = 0x4000006a, /* Invalid or incomplete multibyte or wide character */ EBACKGROUND = 0x40000064, /* Inappropriate operation for background process */ EDIED = 0x40000065, /* Translator died */ +#if 0 ED = 0x40000066, /* ? */ +#endif EGREGIOUS = 0x40000067, /* You really blew it this time */ EIEIO = 0x40000068, /* Computer bought the farm */ EGRATUITOUS = 0x40000069, /* Gratuitous error */ @@ -310,7 +312,9 @@ enum __error_t_codes #define EILSEQ 0x4000006a #define EBACKGROUND 0x40000064 #define EDIED 0x40000065 +#if 0 #define ED 0x40000066 +#endif #define EGREGIOUS 0x40000067 #define EIEIO 0x40000068 #define EGRATUITOUS 0x40000069