s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/

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
This commit is contained in:
Sebastian Wilhelmi 1998-12-15 16:47:31 +00:00 committed by Sebastian Wilhelmi
parent 5c31783df2
commit fc29b682e3
2 changed files with 9 additions and 1 deletions

8
gthread/ChangeLog Normal file
View File

@ -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

View 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 */