summaryrefslogtreecommitdiff
path: root/sysvipc/shmctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/shmctl.c')
-rw-r--r--sysvipc/shmctl.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysvipc/shmctl.c b/sysvipc/shmctl.c
index 2c4f1982c4..79e9cbe828 100644
--- a/sysvipc/shmctl.c
+++ b/sysvipc/shmctl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
@@ -22,10 +22,7 @@
/* Provide operations to control over shared memory segments. */
int
-shmctl (shmid, cmd, buf)
- int shmid;
- int cmd;
- struct shmid_ds *buf;
+shmctl (int shmid, int cmd, struct shmid_ds *buf)
{
__set_errno (ENOSYS);
return -1;