Re: [Qemu-devel] [PATCH 3/3] linux-user: add SO_LINGER to getsockopt

2017-09-20 Thread Laurent Vivier
Le 20/09/2017 à 01:06, Carlo Marcelo Arenas Belón a écrit : > Signed-off-by: Carlo Marcelo Arenas Belón > --- > linux-user/syscall.c | 34 +- > 1 file changed, 33 insertions(+), 1 deletion(-) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index ad6

[Qemu-devel] [PATCH 3/3] linux-user: add SO_LINGER to getsockopt

2017-09-19 Thread Carlo Marcelo Arenas Belón
Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/syscall.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index ad689dad50..91bd27c63a 100644 --- a/linux-user/syscall.c +++ b/linux-user/sys