Skip to content

Fix compilation with MUSL (#90)

Bernard Cafarelli requested to merge (removed):musl_fix into master

execinfo.h is a GNU specific header, so compilation with another libc will fail on backtrace code This wraps relevant parts in "#ifdef GLIBC" checks

This also renames stderr pipe used in worker communication, for some libc stderr is a macro and compilation will also fail

With both fixes, compilation passes on MUSL and GLIBC

Edited by Bernard Cafarelli

Merge request reports