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] Linux: Introduce <bits/mman-shared.h>


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


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