mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02:00
Merge branch 'fix.unix.nonlinux.ci' into 'master'
gio/tests/pollable.c: Fix build on non-Linux UNIX See merge request GNOME/glib!1971
This commit is contained in:
@@ -225,6 +225,8 @@ test_pollable_unix_pty (void)
|
|||||||
close_libutil:
|
close_libutil:
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
dlclose (handle);
|
dlclose (handle);
|
||||||
|
#else
|
||||||
|
return;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user