mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(unw_addr_space_t.shared_object_removals): Adjust type to
"unsigned long long" to match glibc. (Logical change 1.161)
This commit is contained in:
parent
c2e7130493
commit
29a98b6cc3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ struct unw_addr_space
|
|||
unw_word_t dyn_generation;
|
||||
unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
|
||||
#ifndef UNW_REMOTE_ONLY
|
||||
int shared_object_removals;
|
||||
unsigned long long shared_object_removals;
|
||||
#endif
|
||||
|
||||
struct ia64_script_cache global_cache;
|
||||
|
|
Loading…
Reference in a new issue