diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86/bits/shm.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86/bits/shm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/bits/shm.h b/sysdeps/unix/sysv/linux/x86/bits/shm.h index 767bb78573..4b88ff09aa 100644 --- a/sysdeps/unix/sysv/linux/x86/bits/shm.h +++ b/sysdeps/unix/sysv/linux/x86/bits/shm.h @@ -20,6 +20,7 @@ #endif #include <bits/types.h> +#include <bits/shmlba.h> /* Permission flag for shmget. */ #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */ @@ -37,10 +38,6 @@ __BEGIN_DECLS -/* Segment low boundary address multiple. */ -#define SHMLBA (__getpagesize ()) -extern int __getpagesize (void) __THROW __attribute__ ((__const__)); - /* Type to count number of attaches. */ typedef __syscall_ulong_t shmatt_t; |