summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/shm.h5
1 files changed, 0 insertions, 5 deletions
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. */