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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65fbbe2c2e4..b156e79b042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-03 Dick Porter <dick@ximian.com>
+
+ * acconfig.h:
+ * configure.in: Freebsd pthread_t is a pointer
+
2002-10-01 Duncan Mak <duncan@ximian.com>
* mono/os/Makefile.am: Add gc_wrapper.h.