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: [PATCH v2 1/2] Avoid using libio internal symbols outside libio & stdio-common.


On 01/08/2018 04:34 PM, Zack Weinberg wrote:

Abstractly, do you think it is worth trying to get an
as-minimal-as-possible removal of libio.h from stdio.h in for 2.27?

For configure-style feature checking, header removals usually proceed more smoothly than deprecation warnings because the header still recognized with the warning, but breaks the build later due to -Werror. So I think a removal would still be something we should consider at this point.

Thanks,
Florian


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