From fac51f072e050822cd981ffe0f5f07b2d54ba8c6 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Mon, 16 Jan 2017 17:43:37 +0000 Subject: [PATCH] local-shmlba =================================================================== Gbp-Pq: Topic hppa Gbp-Pq: Name local-shmlba.diff --- sysdeps/unix/sysv/linux/hppa/bits/shm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/hppa/bits/shm.h b/sysdeps/unix/sysv/linux/hppa/bits/shm.h index 60bb625eb..f0f81ef48 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 (__getpagesize ()) /* Type to count number of attaches. */ typedef unsigned long int shmatt_t; -- 2.30.2