mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Fix [BZ locale/19838].
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2017-07-15 John David Anglin <danglin@gcc.gnu.org>
|
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
|
* nptl/allocatestack.c (allocate_stack): Align old and new guard
|
||||||
addresses to page boundaries when the stack grows up.
|
addresses to page boundaries when the stack grows up.
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#define SHM_UNLOCK 12 /* unlock segment (root only) */
|
#define SHM_UNLOCK 12 /* unlock segment (root only) */
|
||||||
|
|
||||||
/* Segment low boundary address multiple. */
|
/* Segment low boundary address multiple. */
|
||||||
#define SHMLBA 0x00400000 /* address needs to be 4 Mb aligned */
|
#define SHMLBA 0x1000
|
||||||
|
|
||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
Reference in New Issue
Block a user