mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 20:47:46 +02:00
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:
committed by
Sebastian Wilhelmi
parent
5c31783df2
commit
fc29b682e3
8
gthread/ChangeLog
Normal file
8
gthread/ChangeLog
Normal 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
|
||||||
|
|
||||||
|
|
@@ -25,4 +25,4 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static GThreadFunctions
|
static GThreadFunctions
|
||||||
g_mutex_functions_for_glib_use_default; /* is NULLified */
|
g_thread_functions_for_glib_use_default; /* is NULLified */
|
||||||
|
Reference in New Issue
Block a user