This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Linux: Introduce <bits/mman-shared.h>
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Fri, 24 Nov 2017 16:59:15 +0000
- Subject: Re: [PATCH] Linux: Introduce <bits/mman-shared.h>
- Authentication-results: sourceware.org; auth=none
- References: <20171124164947.5EE5B40719FFE@oldenburg.str.redhat.com>
On Fri, 24 Nov 2017, Florian Weimer wrote:
> This header file enables sharing of portable declarations and
> definitions across all Linux architectures, including hppa (which does
> not use <bits/mman-linux.h>).
OK, please commit. But there are more definitions that are the same
between bits/mman-linux.h and hppa/bits/mman.h, which it might make sense
to move to the new file as well - it looks like PROT_*, MCL_*, MREMAP_*,
POSIX_MADV_* are the same. (Some MADV_* are the same, some are
different.)
--
Joseph S. Myers
joseph@codesourcery.com