Ignore MAP_VARIABLE in tst-mman-consts.py
authorJoseph Myers <joseph@codesourcery.com>
Wed, 22 Feb 2023 21:36:34 +0000 (21:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 22 Feb 2023 21:36:34 +0000 (21:36 +0000)
commit01e09ab0574758e0afff4333511866278ce7c84f
tree3ce06d5300823efc861645639f491579e4a0af50
parent311a7e0256975275d97077f1af338bc9caf0c837
Ignore MAP_VARIABLE in tst-mman-consts.py

Linux 6.2 removed the hppa compatibility MAP_VARIABLE define.  That
means that, whether or not we remove it in glibc, it needs to be
ignored in tst-mman-consts.py (since this macro comparison
infrastructure expects that new kernel header versions only add new
macros, not remove old ones).

Tested with build-many-glibcs.py for hppa-linux-gnu (Linux 6.2
headers).
sysdeps/unix/sysv/linux/tst-mman-consts.py