local-ED
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
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 f0a11af9ea1f46756186de2b4ec13edb35fa8952..db67f7847a48a09e02e2fc81cc9cb2b97371e851 100644 (file)
@@ -111,7 +111,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 */
@@ -314,7 +316,9 @@ typedef enum __error_t_codes error_t;
 #define EILSEQ                         0x4000006a
 #define EBACKGROUND                    0x40000064
 #define EDIED                          0x40000065
+#if 0
 #define ED                             0x40000066
+#endif
 #define EGREGIOUS                      0x40000067
 #define EIEIO                          0x40000068
 #define EGRATUITOUS                    0x40000069