Skip to content

gspawn: treat all negative fds as unset

Daniel Drake requested to merge dsd/glib:master into master

Philip Withnall suggests that glib should treat all negative file descriptors as unset/invalid, rather than explicitly requiring them to be -1.

This can simplify the logic for some users of this code.

gnome-shell!132 (merged)

Merge request reports