Le 06/04/2021 à 16:11, Matus Kysel a écrit :
> Syscall unshare did not have custom print function for strace, but it's
> argument is same as flags in clone syscall, so it can be easily implemented.
>
> Signed-off-by: Matus Kysel
> ---
> linux-user/strace.c| 12
> linux-user/str
Syscall unshare did not have custom print function for strace, but it's
argument is same as flags in clone syscall, so it can be easily implemented.
Signed-off-by: Matus Kysel
---
linux-user/strace.c| 12
linux-user/strace.list | 2 +-
2 files changed, 13 insertions(+), 1 dele