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] [BZ #10283] localedef: align fixed maps to SHMLBA


> i didn't pick mman.h for no reason.  since this define is specifically related 
> to mmap(), it makes sense to have it be included in the same route as when 
> code wants the definition of mmap().

It's not part of the public API.  Putting it in the private variant of an
installed header just confuses the issue.  It's also woefully undesireable
to make zillions of things get recompiled when you change this header that
actually is only relevant to one source file.


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