This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Update kernel version to 5.4 in tst-mman-consts.py
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Thu, 28 Nov 2019 23:06:05 +0000
- Subject: Update kernel version to 5.4 in tst-mman-consts.py
- Ironport-sdr: fDqSXL74NQJcs4Y/3oydowiXLlXBaflvYM4hQd6Ue8D4orAWO9EtK6lgvlWBDQ3Ogmf0KWtLWr GXZi9JpVlSwCacf7owPrATjdmv6z3ZpBCPJA26GRlcgBxYops4aM7H1A39orWk3sS1CGq5uIKj pNBG0Vsy9y5hjv52nHxzfvm8Fa4l5+oiWkCcE8gii0TURn5uki8VmSd/p0ieuF2drlCRwpciyu xLuagu/IHhGjQSBxrsQ0VP9UxWh/4uTIM+EyvuUrJbII0uayUrxn8qnhNKW45VPuGayV/BVMjV HPE=
- Ironport-sdr: jC549A+AITanC/fsqux4blW5AzpphyZPrdwJfz4LYova4q1mKJRQc5a8vVSeJbF5PkdO/wirui L+aWW69g3U0EH0aq1qh029MpRGutl7Wl6cLiqKo4mi5g/r6663gztwp/UjQB4S2aOpcm/4BJFn rW3rgV5z8vYTBJ+l+RL+D7MFwrRoX5eaRBpBjDGLfEFp6M/5oHwPFUeZ2AnEBLonsZVoqqQCqM VqXa6Q/xiLxMlSjFFY0XCh58Df72q+eCWL2BtB7IVgcak94TjMy414PSfF0Hjm6oCGYGI+asfc WLg=
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.
diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py
index c11e2ea4ac..3aaf2218f5 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, 3)
+ linux_version_glibc = (5, 4)
sys.exit(glibcextract.compare_macro_consts(
'#define _GNU_SOURCE 1\n'
'#include <sys/mman.h>\n',
--
Joseph S. Myers
joseph@codesourcery.com