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:
authorKISHIMOTO, Makoto <ksmakoto@dd.iij4u.or.jp>2012-06-17 04:02:28 +0400
committerKISHIMOTO, Makoto <ksmakoto@dd.iij4u.or.jp>2012-06-17 04:02:28 +0400
commit0247946cd95c04865bb6fcdd347c2733e470ccd1 (patch)
treee3cbb7902886f2d251191a5d2b255282ec5fd873 /libgc/pthread_support.c
parentab3835c3f3cba44e32a54781d0212f5d9d39ee7a (diff)
To use thread local alloc in FreeBSD
Diffstat (limited to 'libgc/pthread_support.c')
-rw-r--r--libgc/pthread_support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgc/pthread_support.c b/libgc/pthread_support.c
index d1f3b129ea8..75c9009d0f1 100644
--- a/libgc/pthread_support.c
+++ b/libgc/pthread_support.c
@@ -69,6 +69,7 @@
# if (defined(GC_DGUX386_THREADS) || defined(GC_OSF1_THREADS) || \
defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS)) || \
defined(GC_NETBSD_THREADS) && !defined(USE_PTHREAD_SPECIFIC) || \
+ defined(GC_FREEBSD_THREADS) && !defined(USE_PTHREAD_SPECIFIC) || \
defined(GC_OPENBSD_THREADS)
# define USE_PTHREAD_SPECIFIC
# endif