aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-mman-consts.py
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-09-30 15:49:25 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-09-30 15:49:25 +0000
commit71bdf29ac1de04efcce96bc5ce50af3263851ac7 (patch)
tree0cd4face221f285e5af9898b5c55eb0e3b0fec48 /sysdeps/unix/sysv/linux/tst-mman-consts.py
parent79ced5a893677abf303b3a97290454c1b991b1ae (diff)
downloadglibc-71bdf29ac1de04efcce96bc5ce50af3263851ac7.tar
glibc-71bdf29ac1de04efcce96bc5ce50af3263851ac7.tar.gz
glibc-71bdf29ac1de04efcce96bc5ce50af3263851ac7.tar.bz2
glibc-71bdf29ac1de04efcce96bc5ce50af3263851ac7.zip
Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.
The Linux 5.3 uapi headers have some rearrangement relating to MAP_* constants, which includes the effect of adding definitions of MAP_SYNC on powerpc and sparc. This patch updates the corresponding glibc bits/mman.h headers accordingly, and updates the Linux kernel version number in tst-mman-consts.py to reflect that these constants are now current with that kernel version. Tested with build-many-glibcs.py. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC] (MAP_SYNC): New macro. * sysdeps/unix/sysv/linux/sparc/bits/mman.h [__USE_MISC] (MAP_SYNC): Likewise. * sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Update Linux kernel version number to 5.3.
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-mman-consts.py')
-rw-r--r--sysdeps/unix/sysv/linux/tst-mman-consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py
index ea88888405..c11e2ea4ac 100644
--- a/sysdeps/unix/sysv/linux/tst-mman-consts.py
+++ b/sysdeps/unix/sysv/linux/tst-mman-consts.py
@@ -41,7 +41,7 @@ def main():
help='C compiler (including options) to use')
args = parser.parse_args()
linux_version_headers = linux_kernel_version(args.cc)
- linux_version_glibc = (5, 2)
+ linux_version_glibc = (5, 3)
sys.exit(glibcextract.compare_macro_consts(
'#define _GNU_SOURCE 1\n'
'#include <sys/mman.h>\n',