From 91b2f3e5dd9940d81c424dc35cd182d7631fc3c4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 18 Jun 2018 13:33:52 +0000 Subject: Update MAP_TYPE value for hppa from Linux 4.17. This patch updates the hppa definition of MAP_TYPE to reflect a corresponding change in the Linux kernel in 4.17 (so the value now has four bits set, as it does on other architectures, although they are different from other architectures because of hppa differences in other MAP_* bits). Tested with build-many-glibcs.py for hppa. * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC] (MAP_TYPE): Change value to 0x2b. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f71706..343f421 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-06-18 Joseph Myers + + * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC] + (MAP_TYPE): Change value to 0x2b. + 2018-06-18 Florian Weimer [BZ #15722] -- cgit v1.1