Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2007-09-11 17:54:40 +0400
committerPaolo Molaro <lupus@oddwiz.org>2007-09-11 17:54:40 +0400
commitb88fc79e1cdf89b7f26e8ec50c23a9938a31fd5a (patch)
tree756509cc230a0647a8c9489e993acb24908c790a /libgc/pthread_support.c
parent27a6d10aad0f16fe07e50faf28038f3a9dbb576d (diff)
Tue Sep 11 16:22:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
* pthread_support.c: export GC_thread_tls. svn path=/trunk/mono/; revision=85637
Diffstat (limited to 'libgc/pthread_support.c')
-rw-r--r--libgc/pthread_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/pthread_support.c b/libgc/pthread_support.c
index 68084bd6187..070eb821125 100644
--- a/libgc/pthread_support.c
+++ b/libgc/pthread_support.c
@@ -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;