1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-16 13:18:12 +01:00

(test_generic): Use unw_context_t instead of ucontext_t.

(Logical change 1.219)
This commit is contained in:
mostang.com!davidm 2004-05-04 20:13:07 +00:00
parent 6c50e90402
commit 4ff8fff57c

View file

@ -60,7 +60,7 @@ test_generic (void)
#ifndef UNW_REMOTE_ONLY #ifndef UNW_REMOTE_ONLY
{ {
ucontext_t uc; unw_context_t uc;
unw_getcontext (&uc); unw_getcontext (&uc);
unw_init_local (&c, &uc); unw_init_local (&c, &uc);