On 23/10/2018 14:07, Aleksandar Markovic wrote: > From: Yunqiang Su <y...@wavecomp.com> > > Add support for SO_REUSEPORT, including strace support. SO_REUSEPORT > was introduced relatively recently, since Linux 3.9, so use > '#if defined SO_REUSEPORT'. > > Signed-off-by: Yunqiang Su <y...@wavecomp.com> > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > --- > linux-user/strace.c | 3 +++ > linux-user/syscall.c | 10 ++++++++++ > 2 files changed, 13 insertions(+)
Reviewed-by: Laurent Vivier <laur...@vivier.eu>