mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Revert "Drop an unused variable"
This reverts commit c7f9cd17d446938aaf4126e0753302676f66fd22. The old macros in gthread.h used this variable, so it must remain in place to keep ABI compatibility.
This commit is contained in:
parent
8ef30eb3da
commit
894dd4f62b
@ -288,6 +288,7 @@ guint64 (*g_thread_gettime) (void) = gettime;
|
||||
/* Global Variables {{{1 -------------------------------------------------- */
|
||||
|
||||
static GSystemThread zero_thread; /* This is initialized to all zero */
|
||||
gboolean g_thread_use_default_impl = TRUE;
|
||||
|
||||
/**
|
||||
* g_thread_supported:
|
||||
|
Loading…
Reference in New Issue
Block a user