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 2/2] Don't include libio.h from stdio.h.


On Mon, Jan 1, 2018 at 10:44 PM, Zack Weinberg <zackw@panix.com> wrote:
> The only thing stdio.h really needed libio.h for was the complete
> definition of the FILE struct.  This is moved to
> bits/types/struct_FILE.h, along with just enough ancillary definitions
> for the inlines in bits/stdio.h.  stdio.h itself leaves FILE as an
> opaque typedef; bits/types/struct_FILE.h will only be read when the
> inlines are active.

Ping?

zw


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