Skip to content

Fix build on old libc that does not define _SC_HOST_NAME_MAX

Xavier Claessens requested to merge xclaesse/glib:mgl-fix-build into master

Bionic (Android's libc) only added that symbol in Nov 2014, can't find in which NDK release it got released.

Merge request reports