Re: [PATCH] linux-user: implement the semtimedop syscall

2020-07-13 Thread Laurent Vivier
Thank you but we have already a series pending to fix that: https://patchew.org/QEMU/20200626124612.58593-1-mky...@tachyum.com/ Laurent Le 13/07/2020 à 12:05, Andreas Schwab a écrit : > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 32 +++- > 1 file

[PATCH] linux-user: implement the semtimedop syscall

2020-07-13 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 9ec03a889d..7c0f5b83ff 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@