summaryrefslogtreecommitdiff
path: root/gthread
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-11-02 13:04:16 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-11-02 13:04:16 +0000
commit1d126e44f256401112f915275cebcb620fe83c38 (patch)
tree66d8a7c6d5abb9a2a3b84a9f4077999cc9690f59 /gthread
parent9c574a6a9a4864f5a85c2d3d15b29e4925dadddf (diff)
downloadglib-1d126e44f256401112f915275cebcb620fe83c38.tar.gz
Add G_MUTEX_SIZE as needed for gthread-impl.c
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-none.c: Add G_MUTEX_SIZE as needed for gthread-impl.c
Diffstat (limited to 'gthread')
-rw-r--r--gthread/ChangeLog4
-rw-r--r--gthread/gthread-none.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index ab2ef7bf6..6a240ba82 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * gthread-none.c: Add G_MUTEX_SIZE as needed for gthread-impl.c
+
2000-10-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am : Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing
diff --git a/gthread/gthread-none.c b/gthread/gthread-none.c
index aec84d0cd..fb4c88710 100644
--- a/gthread/gthread-none.c
+++ b/gthread/gthread-none.c
@@ -33,3 +33,5 @@
static GThreadFunctions
g_thread_functions_for_glib_use_default; /* is NULLified */
+
+#define G_MUTEX_SIZE 0