1
0
Fork 0
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:
mostang.com!davidm 2003-11-19 06:18:27 +00:00
parent ecd738c410
commit 6b2855500a

View file

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