On Tue, 4 Feb 2020 at 17:11, Laurent Vivier wrote:
>
> No functional changes. Prepare the field for future fixes.
>
> Remove memset(.., 0, ...) that is useless on a static array
>
> Signed-off-by: Laurent Vivier
> ---
>
> Notes:
> v2: replace i, j by target_sig, host_sig
>
Reviewed-by: Peter
On 2/4/20 6:10 PM, Laurent Vivier wrote:
No functional changes. Prepare the field for future fixes.
Remove memset(.., 0, ...) that is useless on a static array
Signed-off-by: Laurent Vivier
---
Notes:
v2: replace i, j by target_sig, host_sig
linux-user/signal.c | 48 ++
No functional changes. Prepare the field for future fixes.
Remove memset(.., 0, ...) that is useless on a static array
Signed-off-by: Laurent Vivier
---
Notes:
v2: replace i, j by target_sig, host_sig
linux-user/signal.c | 48 ++---
1 file changed,