Re: [libvirt PATCH v2 25/56] src: conditionalize use of F_DUPFD_CLOEXEC

2020-01-28 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:11:06PM +, Daniel P. Berrangé wrote: > The F_DUPFD_CLOEXEC functionality is not available on > some platformms. We must thus explicitly call the > virSetCloexec function once we remove GNULIB's equiv > fix for this. > > Signed-off-by: Daniel P. Berrangé > --- > src

[libvirt PATCH v2 25/56] src: conditionalize use of F_DUPFD_CLOEXEC

2020-01-28 Thread Daniel P . Berrangé
The F_DUPFD_CLOEXEC functionality is not available on some platformms. We must thus explicitly call the virSetCloexec function once we remove GNULIB's equiv fix for this. Signed-off-by: Daniel P. Berrangé --- src/rpc/virnetsocket.c | 12 1 file changed, 12 insertions(+) diff --git