ソースを参照

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 年 前
コミット
cc4d53bbdd
1 ファイル変更0 行追加5 行削除
  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.  */