From: Ulrich Drepper Date: Tue, 24 Aug 1999 22:13:10 +0000 (+0000) Subject: Fix EILSEQ value changed in last patch. X-Git-Tag: glibc-2.16-ports-before-merge~2849 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cc31184c87ae045b44210cac657981060e4cc49;p=thirdparty%2Fglibc.git Fix EILSEQ value changed in last patch. --- diff --git a/sysdeps/unix/sysv/linux/mips/bits/errno.h b/sysdeps/unix/sysv/linux/mips/bits/errno.h index 9412b23070d..b6237e9bc12 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/errno.h +++ b/sysdeps/unix/sysv/linux/mips/bits/errno.h @@ -51,6 +51,6 @@ extern int *__errno_location __P ((void)) __attribute__ ((__const__)); define only the values EDOM and ERANGE in case __need_Emath is defined. The value is the same for all Linux ports. */ # define EDOM 33 /* Math argument out of domain of function. */ -# define EILSEQ 84 /* Illegal byte sequence. */ +# define EILSEQ 88 /* Illegal byte sequence. */ # define ERANGE 34 /* Math result not representable. */ #endif /* !_ERRNO_H && __need_Emath */