From: Ulrich Drepper Date: Thu, 11 Jan 2001 17:24:47 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_1~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c926001f2a943e3208c0d89096926e3a62481cd7;p=platform%2Fupstream%2Fglibc.git Update. 2001-01-11 Ulrich Drepper * libio/stdio.h: Remove definition of off_t. --- diff --git a/CONFORMANCE b/CONFORMANCE index e552d9d..1cfbb6a 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. should not declare wchar_t. - should not declare or use wchar_t, wint_t or off_t. + should not declare or use wchar_t or wint_t. does not support AMD1; to support it, the functions fwprintf, fwscanf, wprintf, wscanf, swprintf, swscanf, vfwprintf, diff --git a/ChangeLog b/ChangeLog index 42fc55e..6a44dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-11 Ulrich Drepper + + * libio/stdio.h: Remove definition of off_t. + 2001-01-11 Andreas Jaeger * wcsmbs/tst-mbrtowc.c (utf8_test): New function by Markus Kuhn