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:
authorMiguel de Icaza <miguel@gnome.org>2010-01-16 04:00:22 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-01-16 04:00:22 +0300
commit2e8071d8c909c0830261a98aa16dff36d9053ebf (patch)
tree3785a3d70b16916aa3ba2f425edcd48a9fe70d4a /libgc/include
parent3ebded89a2068f0bd5a0f543110f701f0cae6fcc (diff)
Import proper patch
svn path=/trunk/mono/; revision=149676
Diffstat (limited to 'libgc/include')
-rw-r--r--libgc/include/private/gcconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/include/private/gcconfig.h b/libgc/include/private/gcconfig.h
index d46e686aa0b..39afc92f5c0 100644
--- a/libgc/include/private/gcconfig.h
+++ b/libgc/include/private/gcconfig.h
@@ -2233,7 +2233,7 @@
# if defined(PCR) || defined(SRC_M3) || \
defined(GC_SOLARIS_THREADS) || defined(GC_WIN32_THREADS) || \
- defined(GC_PTHREADS)
+ defined(GC_PTHREADS) || defined(SN_TARGET_PS3)
# define THREADS
# endif