From e5cf56ec1cf5062762f05d495d86ad4729b071b8 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 19 Nov 2003 06:18:27 +0000 Subject: [PATCH] (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) --- src/mi-init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mi-init.c b/src/mi-init.c index 3c4dd178..055c82d1 100644 --- a/src/mi-init.c +++ b/src/mi-init.c @@ -50,6 +50,4 @@ mi_init (void) if (sizeof (struct cursor) > sizeof (unw_cursor_t)) unw_cursor_t_is_too_small (); - - sigfillset (&unwi_full_sigmask); }