Date: Sun, 23 Apr 2000 10:39:43 -0400 Message-Id: <200004231439.KAA01571@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200004231348.PAA22098@father.ludd.luth.se> (message from Martin Str|mberg on Sun, 23 Apr 2000 15:48:07 +0200 (MET DST)) Subject: Re: EILSEQ in errno.h References: <200004231348 DOT PAA22098 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > The C99 standard specifies a third error value for errno.h, EILSEQ. > Should we insert in between EDOM and ERANGE (like it is in the > standard document), and thereby pushing the values of ERANGE and the > rest up one step? Changing error values would break third party precompiled libraries that return error values. Unless there's a really compelling reason to change existing values, don't.