diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-10 19:04:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-10 19:04:45 +0000 |
commit | 963100c9f9f079aac1cd891255d0eec5230052ae (patch) | |
tree | 13220cb5f370ff4c7b784559fc1c071031cf301a /CONFORMANCE | |
parent | e32f61253bd2ac5d3057d5e85b8424d49f40578d (diff) | |
download | glibc-963100c9f9f079aac1cd891255d0eec5230052ae.zip glibc-963100c9f9f079aac1cd891255d0eec5230052ae.tar.gz glibc-963100c9f9f079aac1cd891255d0eec5230052ae.tar.bz2 |
Update.
2001-01-10 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/ia64/syscalls.list (s_getpagesize): Removed.
Diffstat (limited to 'CONFORMANCE')
-rw-r--r-- | CONFORMANCE | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CONFORMANCE b/CONFORMANCE index c968754..e552d9d 100644 --- a/CONFORMANCE +++ b/CONFORMANCE @@ -148,9 +148,7 @@ builtins. For most of the headers required of freestanding implementations, glibc relies on GCC to provide correct versions. (At present, glibc provides <stdint.h>, and GCC doesn't.) GCC's <float.h> is missing -FLT_EVAL_METHOD and DECIMAL_DIG; glibc instead provides them in -<math.h>, which is not what the standard specifies. GCC's <stdbool.h> -is broken: GCC lacks support for the _Bool type. +FLT_EVAL_METHOD and DECIMAL_DIG. Implementing MATH_ERRNO, MATH_ERREXCEPT and math_errhandling in <math.h> needs compiler support: see @@ -165,7 +163,7 @@ Issues with headers There are various technical issues with the definitions contained in glibc's headers, listed below. The list below assumes current CVS GCC -as of 2000-10-08, and relates to i686-linux; older GCC may lead to +as of 2001-01-10, and relates to i686-linux; older GCC may lead to more problems in the headers. Note that the _t suffix is reserved by POSIX, but not by pure ISO C. |