1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02: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:
mostang.com!davidm 2003-11-19 06:18:27 +00:00
parent 6b2855500a
commit e5cf56ec1c

View file

@ -50,6 +50,4 @@ mi_init (void)
if (sizeof (struct cursor) > sizeof (unw_cursor_t)) if (sizeof (struct cursor) > sizeof (unw_cursor_t))
unw_cursor_t_is_too_small (); unw_cursor_t_is_too_small ();
sigfillset (&unwi_full_sigmask);
} }