qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel P . Berrangé
Subject: Re: [PATCH v2 1/2] glib-compat: Define g_spawn_check_wait_status()
Date: Mon, 6 Jan 2025 09:22:41 +0000
User-agent: Mutt/2.2.13 (2024-03-09)

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 <akihiko.odaki@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 86be439ba0ef..0bddb327bd5d 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

This needs to be conditionalized on !GLIB_CHECK_VERSION(2, 70, 0)


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]