2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

Add MREMAP_DONTUNMAP from Linux 5.7

Add the new constant MREMAP_DONTUNMAP from Linux 5.7 to
bits/mman-shared.h.

Tested with build-many-glibcs.py.
This commit is contained in:
Joseph Myers 2020-06-23 14:42:45 +00:00
parent ecbbadbf10
commit 8ec13b4639

@ -24,6 +24,7 @@
/* Flags for mremap. */
# define MREMAP_MAYMOVE 1
# define MREMAP_FIXED 2
# define MREMAP_DONTUNMAP 4
/* Flags for memfd_create. */
# ifndef MFD_CLOEXEC