Le 18/12/2024 à 20:52, del...@kernel.org a écrit :
From: Helge Deller
Avoid using the same error message for two different code paths
as it complicates determining the one which actually triggered.
Signed-off-by: Helge Deller
---
linux-user/syscall.c | 4 ++--
1 file changed, 2 insertions(
On 18/12/24 20:52, del...@kernel.org wrote:
From: Helge Deller
Avoid using the same error message for two different code paths
as it complicates determining the one which actually triggered.
Signed-off-by: Helge Deller
---
linux-user/syscall.c | 4 ++--
1 file changed, 2 insertions(+), 2 d
From: Helge Deller
Avoid using the same error message for two different code paths
as it complicates determining the one which actually triggered.
Signed-off-by: Helge Deller
---
linux-user/syscall.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux-user/syscall.c b