diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 22:13:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 22:13:41 +0000 |
commit | 4ebc35ac66f8012dce864e8bd6f1e099068c1415 (patch) | |
tree | 9dd30cf7996d06820f32688037137c89bdaf4162 /sysdeps | |
parent | db72c1e46f9b2a0c490ec9968019fc8e3393ba00 (diff) | |
download | glibc-4ebc35ac66f8012dce864e8bd6f1e099068c1415.tar.gz glibc-4ebc35ac66f8012dce864e8bd6f1e099068c1415.tar.xz glibc-4ebc35ac66f8012dce864e8bd6f1e099068c1415.zip |
Update.
1999-08-24 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value changed in last patch. Reported by Ralf Baechle.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/errno.h b/sysdeps/unix/sysv/linux/mips/bits/errno.h index 9412b23070..b6237e9bc1 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 */ |