1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix [BZ locale/19838].

This commit is contained in:
John David Anglin
2017-07-15 12:54:14 -04:00
parent 075385f98a
commit 32d9b0e7a6
2 changed files with 4 additions and 1 deletions

View 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;