This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposal: Deprecate direct access stdio internals (for future hard removal)


On Fri, Dec 22, 2017 at 5:01 AM, Florian Weimer <fweimer@redhat.com> wrote:
> I would like to remove quite a few libio internals in a future glibc
> version.

I abstractly support this change.  I wonder what the consequences for
binaries using the "old" stdio (glibc 2.0-format struct _IO_FILE,
_IO_old_*) will be.  That code isn't being tested at all and may well
already not work, and if we're prepared to break really old binaries,
it might make sense to drop that stuff as well.

I would also like to draw your attention to my patch to stop
installing libio.h
[https://sourceware.org/ml/libc-alpha/2017-08/msg01200.html], which
has not received any review or testing or any reaction at all, in
fact. :-/

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]