]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix [BZ locale/19838].
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 15 Jul 2017 16:54:14 +0000 (12:54 -0400)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 15 Jul 2017 16:54:14 +0000 (12:54 -0400)
ChangeLog
sysdeps/unix/sysv/linux/hppa/bits/shm.h

index 41c050e0a34b51c923ca4e193e16778a9fb9aafd..24a09e9c90c59706bbae772a84a7bbf7676c0cda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-07-15  John David Anglin  <danglin@gcc.gnu.org>
 
+       [BZ locale/19838]
+       * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHMLBA): Set to page size.
+
        * nptl/allocatestack.c (allocate_stack): Align old and new guard
        addresses to page boundaries when the stack grows up.
 
index 794f0ab2da354469f053bdf68535270694f7136e..495dae8afcbc5f5893bb37a472d32d5157df1232 100644 (file)
@@ -37,7 +37,7 @@
 #define SHM_UNLOCK     12              /* unlock segment (root only) */
 
 /* Segment low boundary address multiple.  */
-#define SHMLBA 0x00400000              /* address needs to be 4 Mb aligned */
+#define SHMLBA         0x1000
 
 /* Type to count number of attaches.  */
 typedef unsigned long int shmatt_t;