mirror of git://sourceware.org/git/glibc.git
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:
parent
ecbbadbf10
commit
8ec13b4639
|
@ -24,6 +24,7 @@
|
||||||
/* Flags for mremap. */
|
/* Flags for mremap. */
|
||||||
# define MREMAP_MAYMOVE 1
|
# define MREMAP_MAYMOVE 1
|
||||||
# define MREMAP_FIXED 2
|
# define MREMAP_FIXED 2
|
||||||
|
# define MREMAP_DONTUNMAP 4
|
||||||
|
|
||||||
/* Flags for memfd_create. */
|
/* Flags for memfd_create. */
|
||||||
# ifndef MFD_CLOEXEC
|
# ifndef MFD_CLOEXEC
|
||||||
|
|
Loading…
Reference in New Issue