Re: [PATCH 1/2] linux-user/arm: Move target_oabi_flock64 out of target_structs.h

2022-01-08 Thread Laurent Vivier
Le 07/01/2022 à 05:25, Richard Henderson a écrit : Place it next to copy_from/to_user_oabi_flock64, the only users, inside the existing target-specific ifdef. This leaves only generic ipc structs in target_structs.h. Signed-off-by: Richard Henderson --- linux-user/arm/target_structs.h | 8 --

Re: [PATCH 1/2] linux-user/arm: Move target_oabi_flock64 out of target_structs.h

2022-01-08 Thread Laurent Vivier
Le 07/01/2022 à 05:25, Richard Henderson a écrit : Place it next to copy_from/to_user_oabi_flock64, the only users, inside the existing target-specific ifdef. This leaves only generic ipc structs in target_structs.h. Signed-off-by: Richard Henderson --- linux-user/arm/target_structs.h | 8 --

[PATCH 1/2] linux-user/arm: Move target_oabi_flock64 out of target_structs.h

2022-01-06 Thread Richard Henderson
Place it next to copy_from/to_user_oabi_flock64, the only users, inside the existing target-specific ifdef. This leaves only generic ipc structs in target_structs.h. Signed-off-by: Richard Henderson --- linux-user/arm/target_structs.h | 8 linux-user/syscall.c| 8