Date: Thu, 8 Apr 1999 18:43:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: Patches for and for C9X standard compatibility In-Reply-To: <001d01be81d8$802ceee0$8a033bd4@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 8 Apr 1999, Laurynas Biveinis wrote: > The changes are very small: > In is new #define EILSEQ It is not enough to just #define it. It needs to be described in the docs (see src/libc/ansi/errno/errno.txh on DJ's server), it needs a text string that describes it (see src/libc/ansi/string/syserr1.c), and perhaps some of the DOS error codes need to be mapped into it (see doserr2e.c in djlsr202). What exactly does this error mean, btw?