mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
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
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
9c574a6a9a
commit
1d126e44f2
@@ -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>
|
2000-10-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* Makefile.am : Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing
|
* Makefile.am : Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing
|
||||||
|
@@ -33,3 +33,5 @@
|
|||||||
|
|
||||||
static GThreadFunctions
|
static GThreadFunctions
|
||||||
g_thread_functions_for_glib_use_default; /* is NULLified */
|
g_thread_functions_for_glib_use_default; /* is NULLified */
|
||||||
|
|
||||||
|
#define G_MUTEX_SIZE 0
|
||||||
|
Reference in New Issue
Block a user