aboutsummaryrefslogtreecommitdiff
path: root/sysvipc/shmat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/shmat.c')
-rw-r--r--sysvipc/shmat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysvipc/shmat.c b/sysvipc/shmat.c
index 30fb015..13b16cd 100644
--- a/sysvipc/shmat.c
+++ b/sysvipc/shmat.c
@@ -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;