mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 17:51:16 +00:00
Fix comment.
This commit is contained in:
parent
9cc31184c8
commit
1a839cb12e
@ -48,8 +48,8 @@ extern int *__errno_location __P ((void)) __attribute__ ((__const__));
|
|||||||
|
|
||||||
#if !defined _ERRNO_H && defined __need_Emath
|
#if !defined _ERRNO_H && defined __need_Emath
|
||||||
/* This is ugly but the kernel header is not clean enough. We must
|
/* This is ugly but the kernel header is not clean enough. We must
|
||||||
define only the values EDOM and ERANGE in case __need_Emath is
|
define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
|
||||||
defined. The value is the same for all Linux ports. */
|
defined. */
|
||||||
# define EDOM 33 /* Math argument out of domain of function. */
|
# define EDOM 33 /* Math argument out of domain of function. */
|
||||||
# define EILSEQ 88 /* Illegal byte sequence. */
|
# define EILSEQ 88 /* Illegal byte sequence. */
|
||||||
# define ERANGE 34 /* Math result not representable. */
|
# define ERANGE 34 /* Math result not representable. */
|
||||||
|
Loading…
Reference in New Issue
Block a user