File: local-ED.diff

package info (click to toggle)
glibc 2.36-9%2Bdeb12u13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates
  • size: 300,148 kB
  • sloc: ansic: 1,055,755; asm: 324,942; makefile: 15,198; python: 12,603; sh: 10,884; cpp: 5,685; awk: 1,883; perl: 518; yacc: 292; pascal: 182; sed: 39
file content (29 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This is a long funny story, but even if it's standard-compliant, it poses too
many problems.

---
 sysdeps/mach/hurd/bits/errno.h |    2 ++
 1 file changed, 2 insertions(+)

--- a/sysdeps/mach/hurd/bits/errno.h
+++ b/sysdeps/mach/hurd/bits/errno.h
@@ -111,7 +111,9 @@
   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 @@
 #define EILSEQ                         0x4000006a
 #define EBACKGROUND                    0x40000064
 #define EDIED                          0x40000065
+#if 0
 #define ED                             0x40000066
+#endif
 #define EGREGIOUS                      0x40000067
 #define EIEIO                          0x40000068
 #define EGRATUITOUS                    0x40000069