From 3cc1ec6be945c4c254d7b81a480ed1dc82093c4a Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 19 Nov 2003 03:11:25 +0000 Subject: [PATCH] (struct ia64_global_unwind_state): Add "lock" member. (Logical change 1.111) --- include/tdep-ia64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tdep-ia64.h b/include/tdep-ia64.h index e5751c4c..1fe21293 100644 --- a/include/tdep-ia64.h +++ b/include/tdep-ia64.h @@ -164,6 +164,7 @@ struct cursor struct ia64_global_unwind_state { int needs_initialization; + pthread_mutex_t lock; /* global data lock */ /* Table of registers that prologues can save (and order in which they're saved). */