]> granicus.if.org Git - gc/commitdiff
Tue Sep 11 16:22:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Tue, 11 Sep 2007 13:54:40 +0000 (13:54 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:31:20 +0000 (15:31 +0400)
* pthread_support.c: export GC_thread_tls.

svn path=/trunk/mono/; revision=85637

ChangeLog
pthread_support.c

index 361c81b1dc59a16a32d9b9a2f2b4f434c68fbf17..df52d67bec00d899d50b1e415fac42460314f931 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+
+Tue Sep 11 16:22:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * pthread_support.c: export GC_thread_tls.
+
 2007-08-22  Martin Baulig  <martin@ximian.com>
 
        * pthread_stop_world.c
index 68084bd61874464b4ae34adcb2224d6db1dcfe77..070eb821125614af71ea844a3530fa043fd5e73d 100644 (file)
@@ -191,7 +191,7 @@ static
 GC_key_t GC_thread_key;
 
 #ifdef USE_COMPILER_TLS
-static __thread MONO_TLS_FAST void* GC_thread_tls;
+__thread MONO_TLS_FAST void* GC_thread_tls;
 #endif
 
 static GC_bool keys_initialized;