Explorar o código

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 %!s(int64=20) %!d(string=hai) anos
pai
achega
cc4d53bbdd
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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.  */