diff --git a/src/x86/Linit_local.c b/src/x86/Linit_local.c index e69de29b..68a1687e 100644 --- a/src/x86/Linit_local.c +++ b/src/x86/Linit_local.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include +#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) +#include "Ginit_local.c" +#endif