mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
thread: stop sharing g_once_mutex
Unrelated code shouldn't be sharing the same mutex for no good reason -- particularly not across a file boundary.
This commit is contained in:
@@ -61,8 +61,6 @@ struct _GRealThread
|
||||
GSystemThread system_thread;
|
||||
};
|
||||
|
||||
G_GNUC_INTERNAL extern GMutex g_once_mutex;
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
G_GNUC_INTERNAL void g_thread_DllMain (void);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user