about summary refs log tree commit diff
path: root/sysvipc/msgsnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/msgsnd.c')
-rw-r--r--sysvipc/msgsnd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysvipc/msgsnd.c b/sysvipc/msgsnd.c
index 49eba4baac..140b459abd 100644
--- a/sysvipc/msgsnd.c
+++ b/sysvipc/msgsnd.c
@@ -26,11 +26,7 @@
    when the limit of the message queue length is reached.  */
 
 int
-msgsnd (msqid, msgp, msgsz, msgflg)
-     int msqid;
-     const void *msgp;
-     size_t msgsz;
-     int msgflg;
+msgsnd (int msqid, const void *msgp, size_t msgsz, int msgflg)
 {
   __set_errno (ENOSYS);
   return -1;