1
0
Fork 0
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:
hp.com!davidm 2004-01-24 07:27:00 +00:00
parent c2e7130493
commit 29a98b6cc3

View file

@ -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;