summaryrefslogtreecommitdiff
path: root/sysvipc/msgctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/msgctl.c')
-rw-r--r--sysvipc/msgctl.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysvipc/msgctl.c b/sysvipc/msgctl.c
index c532bd999d..99b0fcb4d9 100644
--- a/sysvipc/msgctl.c
+++ b/sysvipc/msgctl.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.
@@ -23,10 +23,7 @@
objects. */
int
-msgctl (msqid, cmd, buf)
- int msqid;
- int cmd;
- struct msqid_ds *buf;
+msgctl (int msqid, int cmd, struct msqid_ds *buf)
{
__set_errno (ENOSYS);
return -1;