Re: [PATCH 3/4] linux-user: Implement PR_SET_PDEATHSIG

2022-01-08 Thread Laurent Vivier
Le 06/01/2022 à 23:57, Richard Henderson a écrit : Signed-off-by: Richard Henderson --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 9eb2fb2bb2..8495f5e08e 100644 --- a/linux-user/syscall.c +++ b/linux-user/sysca

[PATCH 3/4] linux-user: Implement PR_SET_PDEATHSIG

2022-01-06 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 9eb2fb2bb2..8495f5e08e 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -6450,6 +6450,9 @@ static abi_long do_prctl(CPU