mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +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() */
|
__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
|
/* Allows to control internal state and destruction of message queue
|
||||||
objects. */
|
objects. */
|
||||||
int __new_msgctl (int, int, struct msqid_ds *);
|
int __new_msgctl (int, int, struct msqid_ds *);
|
||||||
|
Loading…
Reference in New Issue
Block a user