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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysvipc/sys/shm.h b/sysvipc/sys/shm.h
index 56883b787b..6a3a34247b 100644
--- a/sysvipc/sys/shm.h
+++ b/sysvipc/sys/shm.h
@@ -1,6 +1,5 @@
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
@@ -35,11 +34,11 @@
/* Segment low boundary address multiple. */
#define SHMLBA getpagesize ()
-__BEGIN_DECLS
-
/* The following System V style IPC functions implement a shared memory
facility. The definition is found in XPG4.2. */
+__BEGIN_DECLS
+
/* Shared memory control operation. */
extern int shmctl __P ((int __shmid, int __cmd, struct shmid_ds *__buf));