diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-03-10 14:26:57 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-03-10 14:26:57 +0000 |
commit | d891f55562ca425457cb351c82312db53935b1b3 (patch) | |
tree | d8305eb894210f290a42188cfd3852bd163d9453 /sysdeps/unix/sysv/linux | |
parent | a6917c82b32b197bbe2bb682dd26bcfbb0fde5e6 (diff) | |
download | glibc-d891f55562ca425457cb351c82312db53935b1b3.tar glibc-d891f55562ca425457cb351c82312db53935b1b3.tar.gz glibc-d891f55562ca425457cb351c82312db53935b1b3.tar.bz2 glibc-d891f55562ca425457cb351c82312db53935b1b3.zip |
Update kernel version to 5.11 in tst-mman-consts.py.
This patch updates the kernel version in the test tst-mman-consts.py
to 5.11. (There are no new MAP_* constants covered by this test in
5.11 that need any other header changes.)
Tested with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 |
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 a58472ed0e..43c6f98126 100644 --- a/sysdeps/unix/sysv/linux/tst-mman-consts.py +++ b/sysdeps/unix/sysv/linux/tst-mman-consts.py @@ -33,7 +33,7 @@ def main(): help='C compiler (including options) to use') args = parser.parse_args() linux_version_headers = glibcsyscalls.linux_kernel_version(args.cc) - linux_version_glibc = (5, 10) + linux_version_glibc = (5, 11) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include <sys/mman.h>\n', |