diff --git a/src/Lfind_dynamic_proc_info.c b/src/Lfind_dynamic_proc_info.c new file mode 100644 index 00000000..ae1d499a --- /dev/null +++ b/src/Lfind_dynamic_proc_info.c @@ -0,0 +1,4 @@ +#ifndef UNW_REMOTE_ONLY +#define UNW_LOCAL_ONLY +#include "Gfind_dynamic_proc_info.c" +#endif