(__syscall_msgctl): Declare.

This commit is contained in:
Ulrich Drepper 2000-04-22 06:54:09 +00:00
parent 8ef0fc0495
commit bce847003b
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ struct __old_msqid_ds
__ipc_pid_t msg_lrpid; /* pid of last msgrcv() */
};
extern int __syscall_msgctl (int, int, void *);
/* Allows to control internal state and destruction of message queue
objects. */
int __new_msgctl (int, int, struct msqid_ds *);