[PULL 11/23] os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)

2022-05-03 Thread marcandre . lureau
From: Marc-André Lureau Suggested-by: Daniel P. Berrangé Signed-off-by: Marc-André Lureau Reviewed-by: Richard Henderson --- os-posix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/os-posix.c b/os-posix.c index 1b746dba97a7..321fc4bd13b8 100644 --- a/os-posix.c +++ b/

[PULL 11/23] os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)

2022-05-03 Thread marcandre . lureau
From: Marc-André Lureau Suggested-by: Daniel P. Berrangé Signed-off-by: Marc-André Lureau Reviewed-by: Richard Henderson --- os-posix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/os-posix.c b/os-posix.c index 1b746dba97a7..321fc4bd13b8 100644 --- a/os-posix.c +++ b/