s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 15 Dec 1998 16:47:31 +0000 (16:47 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 15 Dec 1998 16:47:31 +0000 (16:47 +0000)
1998-12-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread-none.c:
s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/

* ChangeLog: from now on there is an extra ChangeLog for gthread

gthread/ChangeLog [new file with mode: 0644]
gthread/gthread-none.c

diff --git a/gthread/ChangeLog b/gthread/ChangeLog
new file mode 100644 (file)
index 0000000..f4c6c96
--- /dev/null
@@ -0,0 +1,8 @@
+1998-12-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread-none.c: 
+       s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/
+
+       * ChangeLog: from now on there is an extra ChangeLog for gthread
+       
+
index 1240fd5..7b8fdf9 100644 (file)
@@ -25,4 +25,4 @@
  */
 
 static GThreadFunctions
-g_mutex_functions_for_glib_use_default; /* is NULLified */
+g_thread_functions_for_glib_use_default; /* is NULLified */