summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-08-12 15:09:25 -0400
committerJohn David Anglin <danglin@gcc.gnu.org>2017-08-12 15:09:25 -0400
commit4a60d7e30a3152dc2dfc24ff65d7705aaff1a4b9 (patch)
tree64fc874baac186b8780e249ea9cad0d34289a770 /sysdeps
parentd215bbdff33323854ff5e3a3716459aaf2239f2f (diff)
downloadglibc-4a60d7e30a3152dc2dfc24ff65d7705aaff1a4b9.tar.gz
Fix [BZ locale/19838].
[BZ locale/19838] * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHMLBA): Set to page size.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/hppa/bits/shm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/shm.h b/sysdeps/unix/sysv/linux/hppa/bits/shm.h
index 794f0ab2da..495dae8afc 100644
--- a/sysdeps/unix/sysv/linux/hppa/bits/shm.h
+++ b/sysdeps/unix/sysv/linux/hppa/bits/shm.h
@@ -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;