]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysvipc/msgsnd.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / sysvipc / msgsnd.c
index 49eba4baac2e01eae871db750a802004bc17e5d2..140b459abd1906d4952cde8cef5bb59e36cc9176 100644 (file)
    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;