Merge branch 'wip/lantw/freebsd-meson-builds' into 'master'

Fix meson build files for FreeBSD

See merge request GNOME/glib!73
This commit is contained in:
Philip Withnall
2018-06-11 10:53:10 +00:00
6 changed files with 32 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ _fallback_callback (GFileMonitor *unused,
* Returns: TRUE if the file should be excluded from the kqueue-powered
* monitoring, FALSE otherwise.
**/
gboolean
static gboolean
_ke_is_excluded (const char *full_path)
{
GFile *f = NULL;