Re: [PATCH v4 1/2] glib-compat: Define g_spawn_check_wait_status()

2025-01-17 Thread Daniel P . Berrangé
On Wed, Jan 15, 2025 at 09:03:07PM +0900, Akihiko Odaki wrote: > g_spawn_check_exit_status() is renamed to g_spawn_check_wait_status() > in 2.70. > > Signed-off-by: Akihiko Odaki > Tested-by: Lei Yang > --- > include/glib-compat.h | 11 +++ > 1 file changed, 11 insertions(+) Reviewed-b

[PATCH v4 1/2] glib-compat: Define g_spawn_check_wait_status()

2025-01-15 Thread Akihiko Odaki
g_spawn_check_exit_status() is renamed to g_spawn_check_wait_status() in 2.70. Signed-off-by: Akihiko Odaki Tested-by: Lei Yang --- include/glib-compat.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/glib-compat.h b/include/glib-compat.h index 86be439ba0ef..a553ba13a3