Skip to content

os/osinit: fix build when execinfo.h is missing

Randy Palamar requested to merge rnpnr/xserver:execinfo into master

HAVE_BACKTRACE gets set on systems with libunwind however execinfo.h may be missing (on *BSD or musl for example). HAVE_EXECINFO_H has been defined by the build system for a long time but previously not used.

Signed-off-by: Randy Palamar randy@rnpnr.xyz

Merge request reports