Re: [PATCH] linux-user: implement OFD locks

2020-05-28 Thread Laurent Vivier
Le 25/05/2020 à 09:59, Andreas Schwab a écrit : > Signed-off-by: Andreas Schwab > --- > linux-user/generic/fcntl.h | 4 > linux-user/syscall.c | 6 ++ > 2 files changed, 10 insertions(+) > > diff --git a/linux-user/generic/fcntl.h b/linux-user/generic/fcntl.h > index 9f727d4df2..c

Re: [PATCH] linux-user: implement OFD locks

2020-05-28 Thread Laurent Vivier
Le 25/05/2020 à 09:59, Andreas Schwab a écrit : > Signed-off-by: Andreas Schwab > --- > linux-user/generic/fcntl.h | 4 > linux-user/syscall.c | 6 ++ > 2 files changed, 10 insertions(+) > > diff --git a/linux-user/generic/fcntl.h b/linux-user/generic/fcntl.h > index 9f727d4df2..c

[PATCH] linux-user: implement OFD locks

2020-05-25 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- linux-user/generic/fcntl.h | 4 linux-user/syscall.c | 6 ++ 2 files changed, 10 insertions(+) diff --git a/linux-user/generic/fcntl.h b/linux-user/generic/fcntl.h index 9f727d4df2..c85c5b9fed 100644 --- a/linux-user/generic/fcntl.h +++ b/linux-us