From 4ebc35ac66f8012dce864e8bd6f1e099068c1415 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Aug 1999 22:13:41 +0000 Subject: [PATCH] Update. 1999-08-24 Ulrich Drepper * sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value changed in last patch. Reported by Ralf Baechle. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/mips/bits/errno.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d7df6f1..7fd69cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-08-24 Ulrich Drepper + + * sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value + changed in last patch. Reported by Ralf Baechle. + 1999-08-24 Andreas Jaeger * sysdeps/unix/mips/sysdep.h: Use __syscall_error. diff --git a/sysdeps/unix/sysv/linux/mips/bits/errno.h b/sysdeps/unix/sysv/linux/mips/bits/errno.h index 9412b23..b6237e9 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 */ -- 2.7.4