mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 08:09:27 +01:00
(ia64_init): Move initialization of unwi_full_sigmask to here, from mi_init().
(Logical change 1.112)
This commit is contained in:
parent
ecd738c410
commit
6b2855500a
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ ia64_init (void)
|
||||||
uint8_t *lep, *bep;
|
uint8_t *lep, *bep;
|
||||||
long i;
|
long i;
|
||||||
|
|
||||||
|
sigfillset (&unwi_full_sigmask);
|
||||||
|
|
||||||
sigprocmask (SIG_SETMASK, &unwi_full_sigmask, &saved_sigmask);
|
sigprocmask (SIG_SETMASK, &unwi_full_sigmask, &saved_sigmask);
|
||||||
mutex_lock (&unw.lock);
|
mutex_lock (&unw.lock);
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue