mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
Bug 661129: Duplicate symbols zero_thread and g_once_mutex on OSX
This commit is contained in:
@@ -72,8 +72,8 @@ struct _GRealThread
|
|||||||
GSystemThread system_thread;
|
GSystemThread system_thread;
|
||||||
};
|
};
|
||||||
|
|
||||||
G_GNUC_INTERNAL GSystemThread zero_thread;
|
G_GNUC_INTERNAL extern GSystemThread zero_thread;
|
||||||
G_GNUC_INTERNAL GMutex g_once_mutex;
|
G_GNUC_INTERNAL extern GMutex g_once_mutex;
|
||||||
|
|
||||||
G_GNUC_INTERNAL void g_static_private_cleanup (GRealThread *thread);
|
G_GNUC_INTERNAL void g_static_private_cleanup (GRealThread *thread);
|
||||||
G_GNUC_INTERNAL void g_enumerable_thread_add (GRealThread *thread);
|
G_GNUC_INTERNAL void g_enumerable_thread_add (GRealThread *thread);
|
||||||
|
Reference in New Issue
Block a user