summaryrefslogtreecommitdiff
path: root/sysvipc/sys/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/sys/shm.h')
-rw-r--r--sysvipc/sys/shm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysvipc/sys/shm.h b/sysvipc/sys/shm.h
index 6a3a34247b..47e0f496a2 100644
--- a/sysvipc/sys/shm.h
+++ b/sysvipc/sys/shm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -32,7 +32,7 @@
/* Segment low boundary address multiple. */
-#define SHMLBA getpagesize ()
+#define SHMLBA (__getpagesize ())
/* The following System V style IPC functions implement a shared memory
facility. The definition is found in XPG4.2. */