Skip to content

Remove NO_FD_SET and assume fd_set exists

Christoph Reiter requested to merge creiter/glib:remove-no-fd-set into master

gspawn.c is using fd_set without checks for 17 years now and the NO_FD_SET check was added 19 years ago.

Merge request reports