mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
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.
This commit is contained in:
parent
db72c1e46f
commit
4ebc35ac66
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
1999-08-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* sysdeps/unix/mips/sysdep.h: Use __syscall_error.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user