On 2/9/26 05:26, Warner Losh wrote:
Add System V semaphore operation constants (GETVAL, SETVAL, GETALL, etc.) and the target_sembuf and target_semun structures needed for semop(2) and semctl(2) syscall emulation.Signed-off-by: Stacey Son<[email protected]> Signed-off-by: Warner Losh<[email protected]> --- bsd-user/syscall_defs.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
