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

2025-01-06 Thread Daniel P . Berrangé
On Sat, Jan 04, 2025 at 05:04: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 > --- > include/glib-compat.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/glib-compat.h b/inc

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

2025-01-04 Thread Akihiko Odaki
g_spawn_check_exit_status() is renamed to g_spawn_check_wait_status() in 2.70. Signed-off-by: Akihiko Odaki --- include/glib-compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/glib-compat.h b/include/glib-compat.h index 86be439ba0ef..0bddb327bd5d 100644 --- a/include/glib-com