Re: [PATCH] linux-user: fill out task state in /proc/self/stat

2023-03-07 Thread Laurent Vivier
Le 06/03/2023 à 10:59, Andreas Schwab a écrit : Some programs want to match an actual task state character. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 36fffd36ca..eb4c2c3162 1

Re: [PATCH] linux-user: fill out task state in /proc/self/stat

2023-03-06 Thread Laurent Vivier
Le 06/03/2023 à 10:59, Andreas Schwab a écrit : Some programs want to match an actual task state character. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 36fffd36ca..eb4c2c3162 1

[PATCH] linux-user: fill out task state in /proc/self/stat

2023-03-06 Thread Andreas Schwab
Some programs want to match an actual task state character. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 36fffd36ca..eb4c2c3162 100644 --- a/linux-user/syscall.c +++ b/linux-user/sy