-
- Downloads
Avoid misleadingly-named g_spawn_check_exit_status() if possible
g_spawn_check_exit_status() was renamed to g_spawn_check_wait_status()
in GLib 2.70 because its name was misleading: the first argument was
always a wait-status (the output of wait(), waitpid() or waitid(),
encoding either an exit status or a terminating signal) rather than an
exit status.
Use the modern name in our code. When building for scout or
continue to provide our own implementation; when building for anything
else older than GLib 2.70, provide a macro to wrap the old, misleading
name.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
35a87228
No related branches found
No related tags found
Showing
- pressure-vessel/adverb.c 2 additions, 2 deletionspressure-vessel/adverb.c
- pressure-vessel/com.steampowered.PressureVessel.Launcher1.xml 1 addition, 1 deletion...sure-vessel/com.steampowered.PressureVessel.Launcher1.xml
- pressure-vessel/utils.c 1 addition, 1 deletionpressure-vessel/utils.c
- steam-runtime-tools/glib-backports-internal.h 6 additions, 3 deletionssteam-runtime-tools/glib-backports-internal.h
- steam-runtime-tools/glib-backports.c 15 additions, 15 deletionssteam-runtime-tools/glib-backports.c
Loading
Please register or sign in to comment