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: Sharing of bits/fcntl.h on Linux (SPARC, x86)


> That means that now we always include <bits/types.h> - and in the past
> we always included <sys/types.h>. I hope there are not subtile
> problems with this change.

It was always wrong to include <sys/types.h>.  So we may introduce
regressions for some users who were implicitly relying on that instead
of including all the headers they used.

> I've tested the single change on Linux/x86-64 - both with and without
> my other changes. Ok to commit?

Yes, it's fine.


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