On 2/9/26 05:26, Warner Losh wrote:
From: Stacey Son<[email protected]>
Add host_to_target_msqid_ds() to convert host struct msqid_ds to target
format for msgctl(2) IPC_STAT operations.
Signed-off-by: Stacey Son<[email protected]>
Signed-off-by: Brooks Davis<[email protected]>
Signed-off-by: Sean Bruno<[email protected]>
Signed-off-by: Mikael Urankar<[email protected]>
Signed-off-by: Warner Losh<[email protected]>
---
bsd-user/bsd-misc.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~