mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 18:08:54 +02:00
locks: drop _INIT macros
All locks are now zero-initialised, so we can drop the G_*_INIT macros for them. Adjust various users around GLib accordingly and change the docs. https://bugzilla.gnome.org/show_bug.cgi?id=659866
This commit is contained in:
@@ -326,7 +326,7 @@ _g_module_debug_init (void)
|
||||
module_debug_initialized = TRUE;
|
||||
}
|
||||
|
||||
static GRecMutex g_module_global_lock = G_REC_MUTEX_INIT;
|
||||
static GRecMutex g_module_global_lock;
|
||||
|
||||
GModule*
|
||||
g_module_open (const gchar *file_name,
|
||||
|
Reference in New Issue
Block a user