Revert this part, it broke things.
authorDick Porter <dick@acm.org>
Thu, 15 Jul 2004 17:23:30 +0000 (17:23 -0000)
committerDick Porter <dick@acm.org>
Thu, 15 Jul 2004 17:23:30 +0000 (17:23 -0000)
svn path=/trunk/mcs/; revision=31188

mcs/class/corlib/System.Threading/Thread.cs

index 949760b1a225c9033c6a306eea01898f663bad32..911fb1dbe12b580ff072932e739627e97064edf5 100755 (executable)
@@ -302,7 +302,7 @@ namespace System.Threading
                public CultureInfo CurrentCulture {
                        get {
                                if (current_culture == null) {
-                                       lock (synch_lock) {
+                                       lock (typeof (Thread)) {
                                                if(current_culture==null) {
                                                        if(in_currentculture==true) {
                                                                /* Bail out */