]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update Linux kernel version number in tst-mman-consts.py to 5.2.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 2 Aug 2019 11:36:07 +0000 (11:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 2 Aug 2019 11:36:07 +0000 (11:36 +0000)
commitc7a26cba2ab949216ac9ef245ca78696815ea4c4
treec75c17aa73a2ea8a43c09af60bf0a7c6eed7601b
parent066020c5e8cb22f885be6f46a5f114f2d1e74c6b
Update Linux kernel version number in tst-mman-consts.py to 5.2.

The tst-mman-consts.py test includes a kernel version number, to avoid
failures because of newly added constants in the kernel (if kernel
headers are newer than this version of glibc) or missing constants in
the kernel (if kernel headers are older than this version of glibc).
This patch updates it to 5.2 to reflect that the MAP_* constants in
glibc are still current as of that kernel version.

Tested with build-many-glibcs.py.

* sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Update Linux
kernel version number to 5.2.
ChangeLog
sysdeps/unix/sysv/linux/tst-mman-consts.py