diff options
Diffstat (limited to 'sysvipc/msgctl.c')
-rw-r--r-- | sysvipc/msgctl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysvipc/msgctl.c b/sysvipc/msgctl.c index c532bd999d..e97664ac9a 100644 --- a/sysvipc/msgctl.c +++ b/sysvipc/msgctl.c @@ -23,10 +23,7 @@ objects. */ int -msgctl (msqid, cmd, buf) - int msqid; - int cmd; - struct msqid_ds *buf; +msgctl (int msqid, int cmd, struct msqid_ds *buf) { __set_errno (ENOSYS); return -1; |