about summary refs log tree commit diff
path: root/CONFORMANCE
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-11 17:24:47 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-11 17:24:47 +0000
commitc926001f2a943e3208c0d89096926e3a62481cd7 (patch)
treefda8af59273c82438aaae65ff1f25b333d486607 /CONFORMANCE
parent26169cba3585d3af8568f67e9141cf23f5092d4c (diff)
downloadglibc-c926001f2a943e3208c0d89096926e3a62481cd7.tar.gz
glibc-c926001f2a943e3208c0d89096926e3a62481cd7.tar.xz
glibc-c926001f2a943e3208c0d89096926e3a62481cd7.zip
Update.
2001-01-11  Ulrich Drepper  <drepper@redhat.com>

	* libio/stdio.h: Remove definition of off_t.
Diffstat (limited to 'CONFORMANCE')
-rw-r--r--CONFORMANCE4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONFORMANCE b/CONFORMANCE
index e552d9d082..1cfbb6a913 100644
--- a/CONFORMANCE
+++ b/CONFORMANCE
@@ -167,7 +167,7 @@ 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.
-Also, the Single Unix Specification generally requires more types to
+Update.Also, the Single Unix Specification generally requires more types to
 be included in headers (if _XOPEN_SOURCE is defined appropriately)
 than ISO C permits.
 
@@ -179,7 +179,7 @@ than ISO C permits.
 
 <stdint.h> should not declare wchar_t.
 
-<stdio.h> should not declare or use wchar_t, wint_t or off_t.
+<stdio.h> should not declare or use wchar_t or wint_t.
 
 <wchar.h> does not support AMD1; to support it, the functions
 fwprintf, fwscanf, wprintf, wscanf, swprintf, swscanf, vfwprintf,