Re: [PATCH] linux-user: Improve strace output of getgroups() and setgroups()

2023-01-26 Thread Laurent Vivier
Le 15/01/2023 à 22:00, Helge Deller a écrit : Make the strace look nicer for those syscalls. Signed-off-by: Helge Deller --- linux-user/strace.list | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-user/strace.list b/linux-user/strace.list index 3924046426..7c

Re: [PATCH] linux-user: Improve strace output of getgroups() and setgroups()

2023-01-26 Thread Laurent Vivier
Le 15/01/2023 à 22:00, Helge Deller a écrit : Make the strace look nicer for those syscalls. Signed-off-by: Helge Deller --- linux-user/strace.list | 8 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Laurent Vivier

[PATCH] linux-user: Improve strace output of getgroups() and setgroups()

2023-01-15 Thread Helge Deller
Make the strace look nicer for those syscalls. Signed-off-by: Helge Deller --- linux-user/strace.list | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-user/strace.list b/linux-user/strace.list index 3924046426..7c1124a718 100644 --- a/linux-user/strace.list +++ b