summaryrefslogtreecommitdiff
path: root/sysvipc/shmat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/shmat.c')
-rw-r--r--sysvipc/shmat.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysvipc/shmat.c b/sysvipc/shmat.c
index 30fb015c65..d9fc4db566 100644
--- a/sysvipc/shmat.c
+++ b/sysvipc/shmat.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.
@@ -24,10 +24,7 @@
and where the segment is attached. */
void *
-shmat (shmid, shmaddr, shmflg)
- int shmid;
- const void *shmaddr;
- int shmflg;
+shmat (int shmid, const void *shmaddr, int shmflg)
{
__set_errno (ENOSYS);
return (void *) -1;