mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 16:07:37 +01:00
(tdep_uc_addr): Define as HIDDEN.
(Logical change 1.290)
This commit is contained in:
parent
db1517609c
commit
b1b84400b9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ uc_addr (ucontext_t *uc, int reg)
|
||||||
|
|
||||||
# ifdef UNW_LOCAL_ONLY
|
# ifdef UNW_LOCAL_ONLY
|
||||||
|
|
||||||
void *
|
HIDDEN void *
|
||||||
tdep_uc_addr (ucontext_t *uc, int reg)
|
tdep_uc_addr (ucontext_t *uc, int reg)
|
||||||
{
|
{
|
||||||
return uc_addr (uc, reg);
|
return uc_addr (uc, reg);
|
||||||
|
|
Loading…
Reference in a new issue