mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Adjust for sigset_t to intrmask_t renaming.
}(Logical change 1.290)
This commit is contained in:
parent
dc89a17613
commit
b267dfc8c9
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
#include "unwind_i.h"
|
||||
|
||||
HIDDEN int hppa_needs_initialization = 1;
|
||||
|
||||
HIDDEN void
|
||||
hppa_init (void)
|
||||
{
|
||||
extern void _ULhppa_local_addr_space_init (void);
|
||||
|
||||
mi_init();
|
||||
|
||||
_Uhppa_local_addr_space_init ();
|
||||
_ULhppa_local_addr_space_init ();
|
||||
}
|
Loading…
Reference in a new issue