diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-07-15 12:54:14 -0400 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-07-15 12:54:14 -0400 |
commit | 32d9b0e7a6d2de37dabaedc848c9842f2aef8575 (patch) | |
tree | 77e1ee7c14d03a9da348697730cc698fa8d529f9 /sysdeps/unix/sysv/linux/hppa/bits | |
parent | 075385f98af239ff5807a5c6ed17fec51e048454 (diff) | |
download | glibc-32d9b0e7a6d2de37dabaedc848c9842f2aef8575.tar.gz glibc-32d9b0e7a6d2de37dabaedc848c9842f2aef8575.tar.xz glibc-32d9b0e7a6d2de37dabaedc848c9842f2aef8575.zip |
Fix [BZ locale/19838].
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/bits/shm.h | 2 |
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; |