This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2] [BZ #10283] localedef: align fixed maps to SHMLBA
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 29 May 2013 16:23:48 -0700 (PDT)
- Subject: Re: [PATCH v2] [BZ #10283] localedef: align fixed maps to SHMLBA
- References: <1369327649-906-1-git-send-email-vapier at gentoo dot org> <201305281926 dot 28233 dot vapier at gentoo dot org> <20130528233954 dot 42E712C062 at topped-with-meat dot com> <201305282304 dot 22083 dot vapier at gentoo dot org>
> 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.