1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-18 07:41:44 +02:00

(unw): Mark it as HIDDEN.

(Logical change 1.148)
This commit is contained in:
mostang.com!davidm 2003-12-21 07:21:28 +00:00
parent 3596fa99b6
commit aa800d423d
2 changed files with 2 additions and 2 deletions

View file

@ -211,6 +211,6 @@ extern void *tdep_uc_addr (ucontext_t *uc, unw_regnum_t regnum);
extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
unsigned long *segbase, unsigned long *mapoff);
extern struct ia64_global_unwind_state unw;
extern HIDDEN struct ia64_global_unwind_state unw;
#endif /* TDEP_IA64_H */

View file

@ -25,7 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "unwind_i.h"
struct ia64_global_unwind_state unw =
HIDDEN struct ia64_global_unwind_state unw =
{
.needs_initialization = 1,
.lock = PTHREAD_MUTEX_INITIALIZER,