mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 08:09:27 +01:00
(mi_init): Initializing unwi_full_sigmask is too late here, it needs to be done in the
arch-specific initialization, so that thread-safety can be guaranteed. (Logical change 1.112)
This commit is contained in:
parent
6b2855500a
commit
e5cf56ec1c
1 changed files with 0 additions and 2 deletions
|
@ -50,6 +50,4 @@ mi_init (void)
|
|||
|
||||
if (sizeof (struct cursor) > sizeof (unw_cursor_t))
|
||||
unw_cursor_t_is_too_small ();
|
||||
|
||||
sigfillset (&unwi_full_sigmask);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue