Browse Source

SHMLBA is now defined by arch dependent bits/shm.h file so remove
this one. MIPS is the only one defining SHMLBA differently.

Joakim Tjernlund 19 years ago
parent
commit
cc4d53bbdd
1 changed files with 0 additions and 5 deletions
  1. 0 5
      include/sys/shm.h

+ 0 - 5
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.  */