From cc4d53bbdd914290ebadf576ffd8c33fd8b07ffc Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Tue, 10 May 2005 10:31:18 +0000 Subject: SHMLBA is now defined by arch dependent bits/shm.h file so remove this one. MIPS is the only one defining SHMLBA differently. --- include/sys/shm.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/sys/shm.h b/include/sys/shm.h index 1ef669ba4..8ec30b486 100644 --- a/include/sys/shm.h +++ b/include/sys/shm.h @@ -43,11 +43,6 @@ typedef __pid_t pid_t; __BEGIN_DECLS -/* Segment low boundary address multiple. */ -#define SHMLBA (__getpagesize ()) -extern int __getpagesize (void) __THROW __attribute__ ((__const__)); - - /* The following System V style IPC functions implement a shared memory facility. The definition is found in XPG4.2. */ -- cgit v1.2.3