This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h
- From: Florian Weimer <fweimer at redhat dot com>
- To: Joseph Myers <joseph at codesourcery dot com>, libc-alpha at sourceware dot org
- Date: Tue, 5 Jun 2018 09:12:49 +0200
- Subject: Re: Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h
- References: <alpine.DEB.2.20.1806042129330.1085@digraph.polyomino.org.uk>
On 06/04/2018 11:29 PM, Joseph Myers wrote:
Linux 4.17 adds MAP_FIXED_NOREPLACE (value 0x100000 on most
architectures, 0x200000 on alpha). This patch adds that macro to
glibc's bits/mman.h headers.
Patch looks good to me. Thanks.
Florian