On Tue, Jan 28, 2020 at 01:10:59PM +0000, Daniel P. Berrangé wrote:
Many of the virProcess APIs are relying on GNULIB providing
POSIX API stubs. Even with these stubs the APIs don't do
anything useful once compiled. We can thus conditionalize
the code so that we don't compile anything at all.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/util/virprocess.c | 98 +++++++++++++++++++++++++++++++++----------
1 file changed, 76 insertions(+), 22 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>