diff options
Diffstat (limited to 'sysvipc/shmctl.c')
-rw-r--r-- | sysvipc/shmctl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysvipc/shmctl.c b/sysvipc/shmctl.c index 2c4f1982c4..e56515a096 100644 --- a/sysvipc/shmctl.c +++ b/sysvipc/shmctl.c @@ -22,10 +22,7 @@ /* 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; |