mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
2001-01-11 Ulrich Drepper <drepper@redhat.com> * libio/stdio.h: Remove definition of off_t.
This commit is contained in:
parent
26169cba35
commit
c926001f2a
@ -167,7 +167,7 @@ as of 2001-01-10, and relates to i686-linux; older GCC may lead to
|
|||||||
more problems in the headers.
|
more problems in the headers.
|
||||||
|
|
||||||
Note that the _t suffix is reserved by POSIX, but not by pure ISO C.
|
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)
|
be included in headers (if _XOPEN_SOURCE is defined appropriately)
|
||||||
than ISO C permits.
|
than ISO C permits.
|
||||||
|
|
||||||
@ -179,7 +179,7 @@ than ISO C permits.
|
|||||||
|
|
||||||
<stdint.h> should not declare wchar_t.
|
<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
|
<wchar.h> does not support AMD1; to support it, the functions
|
||||||
fwprintf, fwscanf, wprintf, wscanf, swprintf, swscanf, vfwprintf,
|
fwprintf, fwscanf, wprintf, wscanf, swprintf, swscanf, vfwprintf,
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-11 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* libio/stdio.h: Remove definition of off_t.
|
||||||
|
|
||||||
2001-01-11 Andreas Jaeger <aj@suse.de>
|
2001-01-11 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* wcsmbs/tst-mbrtowc.c (utf8_test): New function by Markus Kuhn
|
* wcsmbs/tst-mbrtowc.c (utf8_test): New function by Markus Kuhn
|
||||||
|
Loading…
Reference in New Issue
Block a user