From 449d44420c2cc144c6a7c8d7c5edce333dc2c9be Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sat, 29 Jun 2024 13:27:34 +0300 Subject: [PATCH] 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 --- sysdeps/mach/hurd/bits/errno.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h index 8096fb9c0..5c5f4e60a 100644 --- a/sysdeps/mach/hurd/bits/errno.h +++ b/sysdeps/mach/hurd/bits/errno.h @@ -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 */ @@ -308,7 +310,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 -- 2.30.2