]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update kernel version to 5.4 in tst-mman-consts.py.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 29 Nov 2019 14:18:26 +0000 (14:18 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 29 Nov 2019 14:18:26 +0000 (14:18 +0000)
This patch updates the kernel version in the test tst-mman-consts.py
to 5.4.  (There are no new constants covered by this test in 5.4 that
need any other header changes.)

Tested with build-many-glibcs.py.

sysdeps/unix/sysv/linux/tst-mman-consts.py

index c11e2ea4ac902a1cda8e52d7e874287bc53f9a08..3aaf2218f5617d647d989dcd3e15421caab658e7 100644 (file)
@@ -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, 3)
+    linux_version_glibc = (5, 4)
     sys.exit(glibcextract.compare_macro_consts(
         '#define _GNU_SOURCE 1\n'
         '#include <sys/mman.h>\n',