From: Ulrich Drepper Date: Wed, 25 Aug 1999 17:39:15 +0000 (+0000) Subject: Fix comment. X-Git-Tag: glibc-2.16-ports-before-merge~2848 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a839cb12e054e26506b721bf18aca731bbdbe24;p=thirdparty%2Fglibc.git Fix comment. --- diff --git a/sysdeps/unix/sysv/linux/mips/bits/errno.h b/sysdeps/unix/sysv/linux/mips/bits/errno.h index b6237e9bc12..7782c0ba90b 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/errno.h +++ b/sysdeps/unix/sysv/linux/mips/bits/errno.h @@ -48,8 +48,8 @@ extern int *__errno_location __P ((void)) __attribute__ ((__const__)); #if !defined _ERRNO_H && defined __need_Emath /* 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 - defined. The value is the same for all Linux ports. */ + define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is + defined. */ # define EDOM 33 /* Math argument out of domain of function. */ # define EILSEQ 88 /* Illegal byte sequence. */ # define ERANGE 34 /* Math result not representable. */