Author: miguel
Date: 2005-04-19 15:09:54 -0400 (Tue, 19 Apr 2005)
New Revision: 43283

Modified:
   trunk/mcs/class/corlib/System.Threading/Thread.cs
Log:
Second patch of patch from Zoltan Varga for bug: 

http://bugzilla.ximian.com/show_bug.cgi?id=71274


Modified: trunk/mcs/class/corlib/System.Threading/Thread.cs
===================================================================
--- trunk/mcs/class/corlib/System.Threading/Thread.cs   2005-04-19 19:09:37 UTC 
(rev 43282)
+++ trunk/mcs/class/corlib/System.Threading/Thread.cs   2005-04-19 19:09:54 UTC 
(rev 43283)
@@ -78,6 +78,7 @@
                private IntPtr appdomain_refs;
                private bool interruption_requested;
                private IntPtr suspend_event;
+               private IntPtr suspended_event;
                private IntPtr resume_event;
                private object synch_lock = new Object();
                private IntPtr serialized_culture_info;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to