g_spawn_check_exit_status() is renamed to g_spawn_check_wait_status() in 2.70.
Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> --- include/glib-compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/glib-compat.h b/include/glib-compat.h index 43a562974d80..5f76fbd28e6b 100644 --- a/include/glib-compat.h +++ b/include/glib-compat.h @@ -68,6 +68,8 @@ * without generating warnings. */ +#define g_spawn_check_wait_status g_spawn_check_exit_status + /* * g_memdup2_qemu: * @mem: (nullable): the memory to copy. -- 2.43.0