On 2/6/26 03:26, Warner Losh wrote:
From: Stacey Son <[email protected]>
Connect the System V IPC message queue syscalls:
- msgctl(2): Message queue control
- msgget(2): Get message queue identifier
- msgsnd(2): Send message to queue
- msgrcv(2): Receive message from queue
Signed-off-by: Stacey Son <[email protected]>
Signed-off-by: Warner Losh <[email protected]>
---
bsd-user/freebsd/os-syscall.c | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~