Re: [Qemu-devel] [PATCH v3] linux-user: syscall: Add SO_LINGER for setsockopt

2017-09-19 Thread Laurent Vivier
Le 19/09/2017 à 10:15, Carlo Marcelo Arenas Belón a écrit : > Original implementation from Chen Gang; code moved around as per v2 > > Signed-off-by: Chen Gang > Signed-off-by: Carlo Marcelo Arenas Belón > --- > linux-user/syscall.c | 16 > linux-user/syscall_defs.h | 5 ++

[Qemu-devel] [PATCH v3] linux-user: syscall: Add SO_LINGER for setsockopt

2017-09-19 Thread Carlo Marcelo Arenas Belón
Original implementation from Chen Gang; code moved around as per v2 Signed-off-by: Chen Gang Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/syscall.c | 16 linux-user/syscall_defs.h | 5 + 2 files changed, 21 insertions(+) diff --git a/linux-user/syscall.c