Revert "Drop an unused variable"
authorRyan Lortie <desrt@desrt.ca>
Mon, 19 Sep 2011 17:51:07 +0000 (13:51 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:56 +0000 (16:06 -0400)
This reverts commit c7f9cd17d446938aaf4126e0753302676f66fd22.

The old macros in gthread.h used this variable, so it must remain in
place to keep ABI compatibility.

glib/gthread.c

index 2045ff0..a3f4b6a 100644 (file)
@@ -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: