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