diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:28:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:28:56 +0000 |
commit | 76755a893db097fe66f53f56356f8630a8ef8cb4 (patch) | |
tree | c58ba638c6c43f679afc35297b83680fa2bf3558 | |
parent | 087722b8549cc4335c822ed39bf3dda5202093f1 (diff) | |
download | glibc-76755a893db097fe66f53f56356f8630a8ef8cb4.tar glibc-76755a893db097fe66f53f56356f8630a8ef8cb4.tar.gz glibc-76755a893db097fe66f53f56356f8630a8ef8cb4.tar.bz2 glibc-76755a893db097fe66f53f56356f8630a8ef8cb4.zip |
Update.
-rw-r--r-- | CONFORMANCE | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/CONFORMANCE b/CONFORMANCE index a534b3b261..68723086cc 100644 --- a/CONFORMANCE +++ b/CONFORMANCE @@ -172,12 +172,4 @@ http://sources.redhat.com/ml/libc-hacker/2000-06/msg00015.html Issues with headers =================== -There are various technical issues with the definitions contained in -glibc's headers, listed below. The list below assumes GCC 3.3.2, 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. -Also, the Single Unix Specification generally requires more types to -be included in headers (if _XOPEN_SOURCE is defined appropriately) -than ISO C permits. +None known. |