Re: [PATCH] linux-user: Add strace support for printing arguments of llseek

2021-05-15 Thread Laurent Vivier
Le 12/05/2021 à 12:13, Kito Cheng a écrit : > Some target are using llseek instead of _llseek like riscv, > nios2, hexagon, and openrisc. > > Signed-off-by: Kito Cheng > --- > linux-user/strace.c| 3 ++- > linux-user/strace.list | 3 +++ > 2 files changed, 5 insertions(+), 1 deletion(-) >

Re: [PATCH] linux-user: Add strace support for printing arguments of llseek

2021-05-12 Thread Laurent Vivier
Le 12/05/2021 à 12:13, Kito Cheng a écrit : > Some target are using llseek instead of _llseek like riscv, > nios2, hexagon, and openrisc. > > Signed-off-by: Kito Cheng > --- > linux-user/strace.c| 3 ++- > linux-user/strace.list | 3 +++ > 2 files changed, 5 insertions(+), 1 deletion(-) >

[PATCH] linux-user: Add strace support for printing arguments of llseek

2021-05-12 Thread Kito Cheng
Some target are using llseek instead of _llseek like riscv, nios2, hexagon, and openrisc. Signed-off-by: Kito Cheng --- linux-user/strace.c| 3 ++- linux-user/strace.list | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index