Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-linux.h
commit3561106278cddd2f007bd27fd4c3e90caaf14b43
authorJoseph Myers <joseph@codesourcery.com>
Tue, 14 Sep 2021 14:19:24 +0000 (14 14:19 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 14 Sep 2021 14:19:24 +0000 (14 14:19 +0000)
treef1d1fbae172491746824da02b991d9f7050c5399
parent4b39e3498324d1aea802fea8d4b8764f5ddb4fd1
Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-linux.h

Linux 5.14 adds constants MADV_POPULATE_READ and MADV_POPULATE_WRITE
(with the same values on all architectures).  Add these to glibc's
bits/mman-linux.h.

Tested for x86_64.
sysdeps/unix/sysv/linux/bits/mman-linux.h