Skip to content

Fix build on Musl libc

Bart Ribbers requested to merge musl into master

malloc_trim is only implemented on glibc, so rather than checking if the OS is Linux and not Android, check if it's Linux and glibc.

Merge request reports