]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysvipc/shmctl.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / sysvipc / shmctl.c
index 2c4f1982c4116c9a7e1944d949a1d1e894801d6e..e56515a096cc100d11f8dea8182ebc31610d1173 100644 (file)
 /* Provide operations to control over shared memory segments.  */
 
 int
-shmctl (shmid, cmd, buf)
-     int shmid;
-     int cmd;
-     struct shmid_ds *buf;
+shmctl (int shmid, int cmd, struct shmid_ds *buf)
 {
   __set_errno (ENOSYS);
   return -1;