preload: define UNW_LOCAL_ONLY for libunwind

This commit is contained in:
Christian Hergert
2020-02-16 16:44:57 -08:00
parent 7ebc850a8b
commit 2329a6e25e

View File

@ -7,6 +7,7 @@
# include <execinfo.h>
#endif
#ifdef ENABLE_LIBUNWIND
# define UNW_LOCAL_ONLY
# include <libunwind.h>
#endif
#include <sched.h>