mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(test_generic): Use unw_context_t instead of ucontext_t.
(Logical change 1.219)
This commit is contained in:
parent
6c50e90402
commit
4ff8fff57c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ test_generic (void)
|
|||
|
||||
#ifndef UNW_REMOTE_ONLY
|
||||
{
|
||||
ucontext_t uc;
|
||||
unw_context_t uc;
|
||||
|
||||
unw_getcontext (&uc);
|
||||
unw_init_local (&c, &uc);
|
||||
|
|
Loading…
Reference in a new issue