mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
(__syscall_msgctl): Declare.
This commit is contained in:
parent
8ef0fc0495
commit
bce847003b
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user