about summary refs log tree commit diff
path: root/sysvipc/shmdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/shmdt.c')
-rw-r--r--sysvipc/shmdt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysvipc/shmdt.c b/sysvipc/shmdt.c
index 660a69b6f0..174d674070 100644
--- a/sysvipc/shmdt.c
+++ b/sysvipc/shmdt.c
@@ -23,8 +23,7 @@
    from the caller's data segment.  */
 
 int
-shmdt (shmaddr)
-     const void *shmaddr;
+shmdt (const void *shmaddr)
 {
   __set_errno (ENOSYS);
   return -1;