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] Don't install libio.h or _G_config.h


On Mon, Feb 5, 2018 at 9:10 AM, Joseph Myers <joseph@codesourcery.com> wrote:
> On Mon, 5 Feb 2018, Zack Weinberg wrote:
>
>> Also, when not optimizing (specifically, if bits/stdio.h is not
>> included) FILE will be an incomplete type.
>
> Before C11, FILE is required to be a complete type (because it's required
> to be an object type, which did not include incomplete types before C11).

Good catch, I will fix that locally.  Do you think you will have time
for a complete review in the near future?

zw


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