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