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:
authorDick Porter <dick@acm.org>2002-10-03 18:01:29 +0400
committerDick Porter <dick@acm.org>2002-10-03 18:01:29 +0400
commit3452e61122f75f16243c4a59f11d7a708a9972e4 (patch)
tree9cec868b883068ac5f8235d567162b2f96cd7192 /acconfig.h
parent70de7f64853cad0530ceeb3f1e1a1a0049ebcdac (diff)
2002-10-03 Dick Porter <dick@ximian.com>
* acconfig.h: * configure.in: Freebsd pthread_t is a pointer 2002-10-03 Dick Porter <dick@ximian.com> * daemon.c: * handles.c: * threads.c: Fixes for freebsd. Make sure that mutex and condition creation and deletion happen in the process that owns them, when POSIX shared thread objects aren't supported. This breaks on freebsd, as pthread_t is a pointer to data. 2002-10-03 Dick Porter <dick@ximian.com> * threads.c: Freebsd pthread_t is a pointer svn path=/trunk/mono/; revision=7964
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index f05bc46493e..05731dbde7d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -18,3 +18,4 @@
#undef HAVE_TM_GMTOFF
#undef MONO_SIZEOF_SUNPATH
#undef NEED_LINK_UNLINK
+#undef PTHREAD_POINTER_ID