1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-02 09:22:36 +02:00

(local_find_proc_info): Define only if not UNW_REMOTE_ONLY.

(Logical change 1.48)
This commit is contained in:
hp.com!davidm 2003-02-15 03:10:30 +00:00
parent a45c88823a
commit 89344cf672

View file

@ -2,6 +2,8 @@
#include "internal.h"
#ifndef UNW_REMOTE_ONLY
static inline int
local_find_proc_info (unw_addr_space_t as, unw_word_t ip,
unw_proc_info_t *pi,
@ -16,6 +18,8 @@ local_find_proc_info (unw_addr_space_t as, unw_word_t ip,
return -UNW_ENOINFO;
}
#endif /* UNW_REMOTE_ONLY */
static inline int
remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
int need_unwind_info, void *arg)