local-ED
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 10 Apr 2023 08:35:16 +0000 (09:35 +0100)
committerAurelien Jarno <aurel32@debian.org>
Mon, 10 Apr 2023 08:35:16 +0000 (09:35 +0100)
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

sysdeps/mach/hurd/bits/errno.h

index 0d935e724ad004f294b6846aa9e948d55308e14c..eb301ac19a3b64dfd64d7a46de242e93be0b9d5c 100644 (file)
@@ -120,7 +120,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 */
@@ -318,7 +320,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